fix: frontend/options: layout problem

Massimo Melina committed Feb 20, 2023 at 10:16 UTC af8cc901d6a5974331331c808866f6d2831dc4e0
1 file changed +1 -1
frontend/src/index.scss
+1 -1
@@ -97,6 +97,7 @@ button, .breadcrumb { /* consistent focus color */
97 outline: 3px solid var(--focus-color);
98 }
99 }
100 +a>button { width:100% } /* link buttons, fill parent space */
101 input, select, ul a {
102 &:focus-visible {
103 border-radius: .3em;
@@ -264,7 +265,6 @@ ul.dir {
265 padding-left: 0;
266 padding-right: 0;
267 }
267 - &>a>button { width:100% } /* occupy whole available space */
268 }
269 #searched {
270 margin: .2em;