Remove selector list
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
5e4db2f5dc
commit
e161f61319
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ the layout viewport up without resizing it when the keyboard shows */
|
||||||
.middle .close-middle { display: none; }
|
.middle .close-middle { display: none; }
|
||||||
/* mobile layout */
|
/* mobile layout */
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 800px) {
|
||||||
.SessionView:not(.middle-shown, .right-shown) {
|
.SessionView:not(.middle-shown) {
|
||||||
grid-template:
|
grid-template:
|
||||||
"status" auto
|
"status" auto
|
||||||
"left" 1fr /
|
"left" 1fr /
|
||||||
|
|
Reference in a new issue