Remove selector list

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-06-15 15:11:32 +05:30
parent 5e4db2f5dc
commit e161f61319

View file

@ -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 /