"git@developer.sourcefind.cn:chenzk/baichuan-pytorch.git" did not exist on "0c7dc007d4d2e0dcf302dbca0baf39e36d5d85fc"
Commit 8a730ed2 authored by City's avatar City
Browse files

Turn comfy-menu into a sidebar on small screens

parent b90991d2
...@@ -227,6 +227,13 @@ button.comfy-queue-btn { ...@@ -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
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment