more mobile fixes

This commit is contained in:
Michael Freno
2025-12-21 09:36:43 -05:00
parent 14ea299ca3
commit dba340e8bc
3 changed files with 12 additions and 8 deletions

View File

@@ -536,7 +536,7 @@ a.hover-underline-animation:hover::after {
position: relative;
min-height: 300px;
width: 100%;
min-width: 350px;
min-width: min(350px, 100%);
max-width: 100% !important;
background-color: black;
}
@@ -732,8 +732,10 @@ a.hover-underline-animation:hover::after {
border-collapse: collapse;
table-layout: fixed;
width: 100%;
max-width: 100%;
margin: 1rem 0;
overflow: hidden;
overflow: auto;
display: block;
}
.tiptap-table td,
@@ -765,8 +767,10 @@ a.hover-underline-animation:hover::after {
border-collapse: collapse;
table-layout: fixed;
width: 100%;
max-width: 100%;
margin: 1rem 0;
overflow: hidden;
overflow: auto;
display: block;
}
.ProseMirror table td,