diff --git a/src/webpage/style.css b/src/webpage/style.css index d8d8492..81ccb12 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -1919,7 +1919,7 @@ fieldset input[type="radio"] { width: 100%; box-sizing: border-box; border-radius: 16px 16px 0 0; - box-shadow: 0 0 14px var(--shadow), 0 0 28px var(--shadow) + box-shadow: 0 0 14px var(--shadow), 0 0 28px var(--shadow); } .contextbutton { width: 100%; @@ -1946,6 +1946,12 @@ fieldset input[type="radio"] { height: 100px; width: 100%; } + .fixedsearch { + top: 50% !important; + left: 50% !important; + transform: translate(-50%, -50%); + min-width: 80svw; + } } .fixedsearch{