Do not move the options down when the screen isn't wide enough.
This commit is contained in:
parent
8d7b824362
commit
7aa148e614
@ -3257,7 +3257,7 @@
|
|||||||
text-align: center;\
|
text-align: center;\
|
||||||
background: rgba(0,0,0,.5);\
|
background: rgba(0,0,0,.5);\
|
||||||
}\
|
}\
|
||||||
#overlay::before {\
|
#overlay::after {\
|
||||||
content: "";\
|
content: "";\
|
||||||
display: inline-block;\
|
display: inline-block;\
|
||||||
height: 100%;\
|
height: 100%;\
|
||||||
|
|||||||
@ -2609,7 +2609,7 @@ Main =
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
background: rgba(0,0,0,.5);
|
background: rgba(0,0,0,.5);
|
||||||
}
|
}
|
||||||
#overlay::before {
|
#overlay::after {
|
||||||
content: "";
|
content: "";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user