3-column panels become 1-column below 1000px width

8952b93560f5e7d0b6a6c25edcbdf2b7992928c7

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +3 -2Ignore whitespace
public/css/mobile-styles.css+3 -2
@@ -1,12 +1,13 @@
11/*will apply to anything 1000px or less. this catches ipads, horizontal phones, and vertical phones)*/
22@media screen and (max-width: 1000px) {
3+
34 #UI-Theme-Block,
45 #UI-Customization,
56 #power-user-options-block,
67 #ContextSettings,
78 #InstructSettingsColumn,
89 #InstructSequencesColumn {
910 flex-basis: auto100%;
1011 }
1112
1213
@@ -501,4 +502,4 @@
501502 #horde_model {
502503 height: unset;
503504 }
504505}
505 \ No newline at end of file