mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
changed behaviour of StoryM pin&adjusted Left size
This commit is contained in:
@@ -703,9 +703,9 @@ body {
|
|||||||
.main-grid.story_pinned {
|
.main-grid.story_pinned {
|
||||||
margin-left: var(--flyout_menu_closed_width);
|
margin-left: var(--flyout_menu_closed_width);
|
||||||
margin-right: var(--flyout_menu_width);
|
margin-right: var(--flyout_menu_width);
|
||||||
grid-template-areas: "menuicon gamescreen options lefticon"
|
grid-template-areas: "menuicon options gamescreen lefticon"
|
||||||
"menuicon inputrow inputrow lefticon";
|
"menuicon inputrow inputrow lefticon";
|
||||||
grid-template-columns: 30px auto 30% 30px;
|
grid-template-columns: 30px 30% auto 30px;
|
||||||
}
|
}
|
||||||
.main-grid.settings_pinned.story_pinned {
|
.main-grid.settings_pinned.story_pinned {
|
||||||
margin-left: var(--flyout_menu_width);
|
margin-left: var(--flyout_menu_width);
|
||||||
|
@@ -1349,7 +1349,7 @@ function preserve_game_space(preserve) {
|
|||||||
document.getElementById('preserve_game_space_setting').checked = true;
|
document.getElementById('preserve_game_space_setting').checked = true;
|
||||||
} else {
|
} else {
|
||||||
setCookie("preserve_game_space", "false");
|
setCookie("preserve_game_space", "false");
|
||||||
r.style.setProperty('--setting_menu_closed_width_no_pins_width', '450px');
|
r.style.setProperty('--setting_menu_closed_width_no_pins_width', '400px');
|
||||||
document.getElementById('preserve_game_space_setting').checked = false;
|
document.getElementById('preserve_game_space_setting').checked = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user