make flexbox do more
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user