From 47d9db2e5b0362f5f973e164d2ccf18040345835 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Thu, 10 Apr 2025 13:23:46 -0500 Subject: [PATCH] make flexbox do more --- src/webpage/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index bad3bbe..95e80f9 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -510,8 +510,8 @@ textarea { right: 13px; top: 6px; } -#searchX.svg-plainx{ - cursor:pointer; +#searchX.svg-plainx { + cursor: pointer; } #pinnedM { width: 0.25in; @@ -2490,9 +2490,9 @@ fieldset input[type="radio"] { @media screen and (max-width: 1000px) { #sideContainDiv { - position: absolute; - right: 0; - height: calc(100svh - 50px); + position: relative; + margin-left: -256px; + flex-grow: 1; } .flexspace:has(.hypoprofile) { flex-direction: column;