mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Format styles
This commit is contained in:
@@ -85,7 +85,7 @@ body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/*fallback for JS load*/
|
/*fallback for JS load*/
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
height: 100svh;
|
height: 100svh;
|
||||||
/*defaults as 100%, then reassigned via JS as pixels, will work on PC and Android*/
|
/*defaults as 100%, then reassigned via JS as pixels, will work on PC and Android*/
|
||||||
height: calc(var(--doc-height) - 1px);
|
height: calc(var(--doc-height) - 1px);
|
||||||
@@ -1901,7 +1901,8 @@ grammarly-extension {
|
|||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_button:hover, .menu_button.active {
|
.menu_button:hover,
|
||||||
|
.menu_button.active {
|
||||||
background-color: var(--white30a);
|
background-color: var(--white30a);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3807,6 +3808,7 @@ label[for="extensions_autoconnect"] {
|
|||||||
.extensions_info .toggle_enable {
|
.extensions_info .toggle_enable {
|
||||||
color: lightgreen;
|
color: lightgreen;
|
||||||
}
|
}
|
||||||
|
|
||||||
.extensions_info .toggle_disable {
|
.extensions_info .toggle_disable {
|
||||||
color: rgb(238, 144, 144);
|
color: rgb(238, 144, 144);
|
||||||
}
|
}
|
||||||
@@ -3814,9 +3816,11 @@ label[for="extensions_autoconnect"] {
|
|||||||
.extensions_info .extension_enabled {
|
.extensions_info .extension_enabled {
|
||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
|
||||||
.extensions_info .extension_disabled {
|
.extensions_info .extension_disabled {
|
||||||
color: lightgray;
|
color: lightgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
.extensions_info .extension_missing {
|
.extensions_info .extension_missing {
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user