prevent goggles from becoming small or move with many filters activated

This commit is contained in:
softsimon 2024-07-10 23:26:34 +09:00
parent 10de603ee7
commit fed3012449
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -33,6 +33,7 @@
.menu-toggle { .menu-toggle {
width: 3em; width: 3em;
min-width: 3em;
height: 1.8em; height: 1.8em;
padding: 0px 1px; padding: 0px 1px;
opacity: 0; opacity: 0;
@ -42,6 +43,7 @@
border: none; border: none;
border-radius: 0.35em; border-radius: 0.35em;
pointer-events: all; pointer-events: all;
align-self: normal;
} }
.filter-menu { .filter-menu {