Removed collapse button, edited position of pins

This commit is contained in:
LightSaveUs
2022-08-26 05:57:59 +03:00
committed by GitHub
parent a7acb65f53
commit b6e1c9eec5

View File

@@ -307,7 +307,7 @@ input[type="range"]::-ms-fill-upper {
.menu_pin { .menu_pin {
position: absolute; position: absolute;
top:10px; top:10px;
left: calc(var(--flyout_menu_width) - 25px); left: calc(var(--flyout_menu_width) - 20px);
z-index:50; z-index:50;
width: 25px; width: 25px;
height: 25px; height: 25px;
@@ -377,13 +377,6 @@ input[type="range"]::-ms-fill-upper {
background-color: var(--setting_footer_background_color); background-color: var(--setting_footer_background_color);
} }
.show_footer_icon {
position: absolute;
left: calc(var(--flyout_menu_width) - 30px);
bottom: 0px;
background-color: var(--flyout_background_pinned);
}
.Model_Info{ .Model_Info{
position: relative; position: relative;
margin: 25px 0 0 10px; margin: 25px 0 0 10px;
@@ -728,7 +721,7 @@ input[type="range"]::-ms-fill-upper {
.story_menu_pin { .story_menu_pin {
position: absolute; position: absolute;
top:10px; top:10px;
right: calc(var(--flyout_menu_width) - 25px); right: calc(var(--flyout_menu_width) - 29px);
z-index:50; z-index:50;
width: 25px; width: 25px;
height: 25px; height: 25px;