make flexbox do more
This commit is contained in:
parent
69fd5cdcd6
commit
47d9db2e5b
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue