CSS don't display:flex when [hidden]

This commit is contained in:
the-djmaze 2023-02-11 20:00:40 +01:00
parent 8b02d7f892
commit 820b26a315
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ option:disabled {
-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: rgba(0,0,0,0);
} }
#rl-content { #rl-content:not([hidden]) {
display:flex; display:flex;
height: 100%; height: 100%;
} }

View file

@ -14,7 +14,7 @@
z-index: 0; z-index: 0;
} }
#rl-right { #rl-right:not([hidden]) {
display: flex; display: flex;
flex-grow: 1; flex-grow: 1;
width: 20%; width: 20%;