mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 10:25:16 +00:00
Merge branch 'master' of https://github.com/city96/ComfyUI
This commit is contained in:
commit
974235a272
@ -227,6 +227,13 @@ button.comfy-queue-btn {
|
|||||||
|
|
||||||
@media only screen and (max-height: 850px) {
|
@media only screen and (max-height: 850px) {
|
||||||
.comfy-menu {
|
.comfy-menu {
|
||||||
margin-top: -70px;
|
top: 0 !important;
|
||||||
|
bottom: 0 !important;
|
||||||
|
left: auto !important;
|
||||||
|
right: 0 !important;
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
|
.comfy-menu span.drag-handle {
|
||||||
|
visibility:hidden
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user