mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
CSS don't display:flex when [hidden]
This commit is contained in:
parent
8b02d7f892
commit
820b26a315
2 changed files with 2 additions and 2 deletions
|
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue