Always use 3-column layout on desktop and 1-column on phone
| @@ -1,5 +1,14 @@ | |||
| 1 | /*will apply to anything 1000px or less. this catches ipads, horizontal phones, and vertical phones)*/ | 1 | /*will apply to anything 1000px or less. this catches ipads, horizontal phones, and vertical phones)*/ |
| 2 | @media screen and (max-width: 1000px) { | 2 | @media screen and (max-width: 1000px) { |
| 3 | #UI-Theme-Block, | ||
| 4 | #UI-Customization, | ||
| 5 | #power-user-options-block, | ||
| 6 | #ContextSettings, | ||
| 7 | #InstructSettingsColumn, | ||
| 8 | #InstructSequencesColumn { | ||
| 9 | flex-basis: auto; | ||
| 10 | } | ||
| 11 | |||
| 3 | 12 | ||
| 4 | #send_form.compact #leftSendForm, | 13 | #send_form.compact #leftSendForm, |
| 5 | #send_form.compact #rightSendForm { | 14 | #send_form.compact #rightSendForm { |
| @@ -492,4 +501,4 @@ | |||
| 492 | #horde_model { | 501 | #horde_model { |
| 493 | height: unset; | 502 | height: unset; |
| 494 | } | 503 | } |
| 495 | } | ||
| 495 | \ No newline at end of file | \ No newline at end of file | |
| 504 | } | ||
| @@ -6502,4 +6502,4 @@ | |||
| 6502 | </script> | 6502 | </script> |
| 6503 | </body> | 6503 | </body> |
| 6504 | 6504 | ||
| 6505 | </html> | ||
| 6505 | \ No newline at end of file | \ No newline at end of file | |
| 6505 | </html> | ||
| @@ -4388,18 +4388,6 @@ body.big-avatars .missing-avatar { | |||
| 4388 | text-align: center; | 4388 | text-align: center; |
| 4389 | } | 4389 | } |
| 4390 | 4390 | ||
| 4391 | #UI-Theme-Block, | ||
| 4392 | #UI-Customization, | ||
| 4393 | #power-user-options-block, | ||
| 4394 | #ContextSettings, | ||
| 4395 | #InstructSettingsColumn, | ||
| 4396 | #InstructSequencesColumn { | ||
| 4397 | flex-basis: 250px; | ||
| 4398 | } | ||
| 4399 | |||
| 4400 | |||
| 4401 | |||
| 4402 | |||
| 4403 | .userSettingsInnerExpandable { | 4391 | .userSettingsInnerExpandable { |
| 4404 | border: 1px solid; | 4392 | border: 1px solid; |
| 4405 | border-color: var(--SmartThemeBorderColor); | 4393 | border-color: var(--SmartThemeBorderColor); |
| @@ -5472,4 +5460,4 @@ body:not(.movingUI) .drawer-content.maximized { | |||
| 5472 | max-height: 50dvh; | 5460 | max-height: 50dvh; |
| 5473 | resize: vertical; | 5461 | resize: vertical; |
| 5474 | overflow: auto; | 5462 | overflow: auto; |
| 5475 | } | ||
| 5475 | \ No newline at end of file | \ No newline at end of file | |
| 5463 | } | ||