diff --git a/public/css/mobile-styles.css b/public/css/mobile-styles.css index 6dd781ed0..d43a9462d 100644 --- a/public/css/mobile-styles.css +++ b/public/css/mobile-styles.css @@ -1,12 +1,13 @@ /*will apply to anything 1000px or less. this catches ipads, horizontal phones, and vertical phones)*/ @media screen and (max-width: 1000px) { + #UI-Theme-Block, #UI-Customization, #power-user-options-block, #ContextSettings, #InstructSettingsColumn, #InstructSequencesColumn { - flex-basis: auto; + flex-basis: 100%; } @@ -501,4 +502,4 @@ #horde_model { height: unset; } -} +} \ No newline at end of file