From e0c8488c3f6ffe7b7838161c5454a4409ca2743a Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:23:00 +0900 Subject: [PATCH] fix width adapting for 3-column drop down panels --- public/css/mobile-styles.css | 12 +----------- public/index.html | 8 ++++---- public/style.css | 13 ++++++++++++- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/public/css/mobile-styles.css b/public/css/mobile-styles.css index 5d4e44a1b..716c00e69 100644 --- a/public/css/mobile-styles.css +++ b/public/css/mobile-styles.css @@ -342,16 +342,6 @@ } } -@media screen and (min-width: 1001px) { - - #ContextFormatting, - #UI-Theme-Block, - #UI-Customization, - #power-user-options-block { - flex: 1; - } -} - /*landscape mode phones and ipads*/ @media screen and (max-width: 1000px) and (orientation: landscape) { body.waifuMode img.expression { @@ -502,4 +492,4 @@ #horde_model { height: unset; } -} +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index a22250c3f..a7a7414db 100644 --- a/public/index.html +++ b/public/index.html @@ -3685,7 +3685,7 @@