mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
3-column panels become 1-column below 1000px width
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
/*will apply to anything 1000px or less. this catches ipads, horizontal phones, and vertical phones)*/
|
/*will apply to anything 1000px or less. this catches ipads, horizontal phones, and vertical phones)*/
|
||||||
@media screen and (max-width: 1000px) {
|
@media screen and (max-width: 1000px) {
|
||||||
|
|
||||||
#UI-Theme-Block,
|
#UI-Theme-Block,
|
||||||
#UI-Customization,
|
#UI-Customization,
|
||||||
#power-user-options-block,
|
#power-user-options-block,
|
||||||
#ContextSettings,
|
#ContextSettings,
|
||||||
#InstructSettingsColumn,
|
#InstructSettingsColumn,
|
||||||
#InstructSequencesColumn {
|
#InstructSequencesColumn {
|
||||||
flex-basis: auto;
|
flex-basis: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user