changed behaviour of StoryM pin&adjusted Left size

This commit is contained in:
GuiAworld
2022-08-10 13:09:47 -03:00
parent 3210db6990
commit a6073e9895
2 changed files with 3 additions and 3 deletions

View File

@@ -703,9 +703,9 @@ body {
.main-grid.story_pinned {
margin-left: var(--flyout_menu_closed_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";
grid-template-columns: 30px auto 30% 30px;
grid-template-columns: 30px 30% auto 30px;
}
.main-grid.settings_pinned.story_pinned {
margin-left: var(--flyout_menu_width);

View File

@@ -1349,7 +1349,7 @@ function preserve_game_space(preserve) {
document.getElementById('preserve_game_space_setting').checked = true;
} else {
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;
}
}