3-column panels become 1-column below 1000px width
| @@ -1,12 +1,13 @@ | ||
| 1 | 1 | /*will apply to anything 1000px or less. this catches ipads, horizontal phones, and vertical phones)*/ |
| 2 | 2 | @media screen and (max-width: 1000px) { |
| 3 | + | |
| 3 | 4 | #UI-Theme-Block, |
| 4 | 5 | #UI-Customization, |
| 5 | 6 | #power-user-options-block, |
| 6 | 7 | #ContextSettings, |
| 7 | 8 | #InstructSettingsColumn, |
| 8 | 9 | #InstructSequencesColumn { |
| 9 | 10 | flex-basis: auto100%; |
| 10 | 11 | } |
| 11 | 12 | |
| 12 | 13 | |