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 {
|
.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;
|
||||||
|
Reference in New Issue
Block a user