mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Removed collapse button, edited position of pins
This commit is contained in:
@@ -307,7 +307,7 @@ input[type="range"]::-ms-fill-upper {
|
||||
.menu_pin {
|
||||
position: absolute;
|
||||
top:10px;
|
||||
left: calc(var(--flyout_menu_width) - 25px);
|
||||
left: calc(var(--flyout_menu_width) - 20px);
|
||||
z-index:50;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
@@ -377,13 +377,6 @@ input[type="range"]::-ms-fill-upper {
|
||||
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{
|
||||
position: relative;
|
||||
margin: 25px 0 0 10px;
|
||||
@@ -728,7 +721,7 @@ input[type="range"]::-ms-fill-upper {
|
||||
.story_menu_pin {
|
||||
position: absolute;
|
||||
top:10px;
|
||||
right: calc(var(--flyout_menu_width) - 25px);
|
||||
right: calc(var(--flyout_menu_width) - 29px);
|
||||
z-index:50;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
@@ -1721,4 +1714,4 @@ h2 .material-icons-outlined {
|
||||
font-size: 0.9em;
|
||||
display: block;
|
||||
color: var(--setting_category_help_text_color);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user