diff --git a/public/css/mobile-styles.css b/public/css/mobile-styles.css index a36816725..7dd54a5a0 100644 --- a/public/css/mobile-styles.css +++ b/public/css/mobile-styles.css @@ -344,7 +344,6 @@ @media screen and (min-width: 1001px) { - #PygOverrides, #ContextFormatting, #UI-Theme-Block, #UI-Customization, @@ -503,4 +502,4 @@ #horde_model { height: unset; } -} +} \ No newline at end of file diff --git a/public/css/st-tailwind.css b/public/css/st-tailwind.css index d43bd8e01..debfc5fd0 100644 --- a/public/css/st-tailwind.css +++ b/public/css/st-tailwind.css @@ -360,6 +360,10 @@ margin-right: 2px; } +.flexAuto { + flex: auto; +} + .flex0 { flex: 0; } @@ -490,7 +494,8 @@ } input:disabled, -textarea:disabled { +textarea:disabled, +.disabled { cursor: not-allowed; filter: brightness(0.5); } @@ -603,4 +608,4 @@ ul.li-padding-bot5 li { ul.li-padding-bot10 li { padding-bottom: 10px; -} +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index af8b9480d..0bcfd02dc 100644 --- a/public/index.html +++ b/public/index.html @@ -3033,8 +3033,8 @@