mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Popup Header Fix
This commit is contained in:
@@ -1626,6 +1626,14 @@ body {
|
|||||||
grid-area: file;
|
grid-area: file;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popup .header {
|
||||||
|
width: 98%;
|
||||||
|
background-color: var(--popup_item_color);
|
||||||
|
color: var(--popup_item_color_text);
|
||||||
|
margin: 5px 0 5px 1%;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.popup .item {
|
.popup .item {
|
||||||
width: 98%;
|
width: 98%;
|
||||||
background-color: var(--popup_item_color);
|
background-color: var(--popup_item_color);
|
||||||
|
@@ -1143,6 +1143,7 @@ function popup_items(data) {
|
|||||||
//create titles
|
//create titles
|
||||||
var tr = document.createElement("div");
|
var tr = document.createElement("div");
|
||||||
tr.style = popup_style;
|
tr.style = popup_style;
|
||||||
|
tr.classList.add("header");
|
||||||
//icon area
|
//icon area
|
||||||
var td = document.createElement("span");
|
var td = document.createElement("span");
|
||||||
td.style = "grid-area: icons;";
|
td.style = "grid-area: icons;";
|
||||||
|
Reference in New Issue
Block a user