mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
fix
This commit is contained in:
@@ -559,6 +559,7 @@ input[type="range"]::-ms-fill-upper {
|
||||
right: 0;
|
||||
background-color: var(--flyout_background);
|
||||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
transition: 0.5s;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 10px;
|
||||
@@ -1002,6 +1003,7 @@ body {
|
||||
|
||||
.popup .popup_load_cancel {
|
||||
text-align: center;
|
||||
vertical-align: bottom;
|
||||
background-color: var(--popup_title_bar_color);
|
||||
}
|
||||
|
||||
@@ -1203,3 +1205,13 @@ textarea {
|
||||
body.NotConnected {
|
||||
filter: grayscale(80%);
|
||||
}
|
||||
|
||||
.cursor {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.flout_menu_contents {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
height: 80vh;
|
||||
}
|
||||
|
Reference in New Issue
Block a user