mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
CSS adjustment for author's note depth to take up the full space.
This commit is contained in:
@@ -198,6 +198,22 @@ input[type="range"]::-ms-fill-upper {
|
|||||||
margin: 2px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#story_menu_author .setting_container {
|
||||||
|
display: grid;
|
||||||
|
grid-template-areas: "label value"
|
||||||
|
"item item"
|
||||||
|
"minlabel maxlabel";
|
||||||
|
grid-template-rows: 20px 23px 20px;
|
||||||
|
grid-template-columns: 294px 60px;
|
||||||
|
row-gap: 0.2em;
|
||||||
|
background-color: var(--setting_background);
|
||||||
|
color: var(--setting_text);
|
||||||
|
border-radius: var(--radius_settings_background);
|
||||||
|
padding: 3px;
|
||||||
|
margin: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.setting_container_single {
|
.setting_container_single {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-areas: "label"
|
grid-template-areas: "label"
|
||||||
|
Reference in New Issue
Block a user