From 8a730ed20e51d1bc979fb2d86648b93476261542 Mon Sep 17 00:00:00 2001 From: City <125218114+city96@users.noreply.github.com> Date: Thu, 30 Mar 2023 01:43:31 +0200 Subject: [PATCH] Turn comfy-menu into a sidebar on small screens --- web/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/web/style.css b/web/style.css index 943fd6c3..9162bbba 100644 --- a/web/style.css +++ b/web/style.css @@ -227,6 +227,13 @@ button.comfy-queue-btn { @media only screen and (max-height: 850px) { .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 } }