make flexbox do more

This commit is contained in:
MathMan05 2025-04-10 13:23:46 -05:00
parent 69fd5cdcd6
commit 47d9db2e5b

View file

@ -510,8 +510,8 @@ textarea {
right: 13px; right: 13px;
top: 6px; top: 6px;
} }
#searchX.svg-plainx{ #searchX.svg-plainx {
cursor:pointer; cursor: pointer;
} }
#pinnedM { #pinnedM {
width: 0.25in; width: 0.25in;
@ -2490,9 +2490,9 @@ fieldset input[type="radio"] {
@media screen and (max-width: 1000px) { @media screen and (max-width: 1000px) {
#sideContainDiv { #sideContainDiv {
position: absolute; position: relative;
right: 0; margin-left: -256px;
height: calc(100svh - 50px); flex-grow: 1;
} }
.flexspace:has(.hypoprofile) { .flexspace:has(.hypoprofile) {
flex-direction: column; flex-direction: column;