fix width adapting for 3-column drop down panels
| @@ -342,16 +342,6 @@ | ||
| 342 | 342 | } |
| 343 | 343 | } |
| 344 | 344 | |
| 345 | -@media screen and (min-width: 1001px) { | |
| 346 | - | |
| 347 | - #ContextFormatting, | |
| 348 | - #UI-Theme-Block, | |
| 349 | - #UI-Customization, | |
| 350 | - #power-user-options-block { | |
| 351 | - flex: 1; | |
| 352 | - } | |
| 353 | -} | |
| 354 | - | |
| 355 | 345 | /*landscape mode phones and ipads*/ |
| 356 | 346 | @media screen and (max-width: 1000px) and (orientation: landscape) { |
| 357 | 347 | body.waifuMode img.expression { |
| @@ -502,4 +492,4 @@ | ||
| 502 | 492 | #horde_model { |
| 503 | 493 | height: unset; |
| 504 | 494 | } |
| 505 | 495 | } |
| 495 | \ No newline at end of file | |
| @@ -3685,7 +3685,7 @@ | ||
| 3685 | 3685 | </div> |
| 3686 | 3686 | </div> |
| 3687 | 3687 | <div id="user-settings-block-content" class="flex-container spaceEvenly"> |
| 3688 | 3688 | <div name="UserSettingsFirstColumn" id="UI-Theme-Block" class="flex-container flexFlowColumn wide100p flex1"> |
| 3689 | 3689 | <div id="UI-presets-block" class="flex-container flexFlowColumn"> |
| 3690 | 3690 | <h4 class="title_restorable"> |
| 3691 | 3691 | <span data-i18n="UI Theme">UI Theme</span> |
| @@ -3902,7 +3902,7 @@ | ||
| 3902 | 3902 | |
| 3903 | 3903 | </div> |
| 3904 | 3904 | </div> |
| 3905 | 3905 | <div name="UserSettingsSecondColumn" id="UI-Customization" class="flex-container flexFlowColumn wide100p flexNoGap flex1"> |
| 3906 | 3906 | <div name="CharacterHandlingToggles"> |
| 3907 | 3907 | <h4 data-i18n="Character Handling"> |
| 3908 | 3908 | Character Handling |
| @@ -4044,7 +4044,7 @@ | ||
| 4044 | 4044 | </div> |
| 4045 | 4045 | </div> |
| 4046 | 4046 | </div> |
| 4047 | 4047 | <div name="UserSettingsThirdColumn" id="power-user-options-block" class="flex-container wide100p flex1"> |
| 4048 | 4048 | <div id="power-user-option-checkboxes"> |
| 4049 | 4049 | |
| 4050 | 4050 | <div name="ChatMessageHandlingToggles"> |
| @@ -6502,4 +6502,4 @@ | ||
| 6502 | 6502 | </script> |
| 6503 | 6503 | </body> |
| 6504 | 6504 | |
| 6505 | 6505 | </html> |
| 6505 | \ No newline at end of file | |
| @@ -4388,6 +4388,17 @@ body.big-avatars .missing-avatar { | ||
| 4388 | 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 | + | |
| 4391 | 4402 | |
| 4392 | 4403 | .userSettingsInnerExpandable { |
| 4393 | 4404 | border: 1px solid; |
| @@ -5461,4 +5472,4 @@ body:not(.movingUI) .drawer-content.maximized { | ||
| 5461 | 5472 | max-height: 50dvh; |
| 5462 | 5473 | resize: vertical; |
| 5463 | 5474 | overflow: auto; |
| 5464 | 5475 | } |
| 5475 | \ No newline at end of file | |