Fixed top bar regressions.
- Restored top bar bottom line. - Fixed sidebar button active color regression. - Adjusted tabs height to match buttons.
This commit is contained in:
@@ -36,8 +36,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.model-manager .sidebar-buttons .sidebar-button-active {
|
.model-manager .sidebar-buttons .sidebar-button-active {
|
||||||
|
border-color: var(--fg-color);
|
||||||
|
color: var(--fg-color);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: var(--input-text);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* common */
|
/* common */
|
||||||
@@ -165,9 +166,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.model-manager .model-manager-tabs {
|
.model-manager .model-manager-tabs {
|
||||||
border-bottom: 2px solid var(--border-color);
|
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.model-manager .model-manager-tabs .head-item {
|
.model-manager .model-manager-tabs .head-item {
|
||||||
@@ -183,7 +184,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.model-manager .model-manager-tabs .head-item.active {
|
.model-manager .model-manager-tabs .head-item.active {
|
||||||
background-color: var(--comfy-input-bg);
|
background-color: var(--bg-color);
|
||||||
cursor: default;
|
cursor: default;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@@ -191,6 +192,7 @@
|
|||||||
|
|
||||||
.model-manager .model-manager-body {
|
.model-manager .model-manager-body {
|
||||||
background-color: var(--bg-color);
|
background-color: var(--bg-color);
|
||||||
|
border: 2px solid var(--border-color);
|
||||||
padding: 16px 0px;
|
padding: 16px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user