Partial fix for tab visibility when screen narrow

This commit is contained in:
Christian Bastian
2024-01-22 22:58:26 -05:00
parent 4637f375f0
commit f1597ce0b0
2 changed files with 3 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ Currently it is still missing some features it should have.
### Model Copying
- ☐ Copy image?
- ☐ Copy model path?
### Model info window/panel (server load/send on demand)

View File

@@ -28,8 +28,10 @@
border-bottom: none;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background-color: var(--comfy-menu-bg);
cursor: pointer;
margin-bottom: 0px;
z-index: 1;
}
.comfy-tabs-head .head-item.active {