Partial fix for tab visibility when screen narrow
This commit is contained in:
@@ -43,6 +43,7 @@ Currently it is still missing some features it should have.
|
|||||||
### Model Copying
|
### Model Copying
|
||||||
|
|
||||||
- ☐ Copy image?
|
- ☐ Copy image?
|
||||||
|
- ☐ Copy model path?
|
||||||
|
|
||||||
### Model info window/panel (server load/send on demand)
|
### Model info window/panel (server load/send on demand)
|
||||||
|
|
||||||
|
|||||||
@@ -28,8 +28,10 @@
|
|||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-top-left-radius: 8px;
|
border-top-left-radius: 8px;
|
||||||
border-top-right-radius: 8px;
|
border-top-right-radius: 8px;
|
||||||
|
background-color: var(--comfy-menu-bg);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comfy-tabs-head .head-item.active {
|
.comfy-tabs-head .head-item.active {
|
||||||
|
|||||||
Reference in New Issue
Block a user