Made sure the standard userlist doesn't show up in portrait orientation.

This commit is contained in:
Maxim Khlobystov 2015-05-06 15:28:30 -04:00
parent ea8afcaf2a
commit 1fec37c2c8

View File

@ -54,11 +54,16 @@
} }
#users { #users {
-webkit-flex: 1 1 20%; @media @landscape {
-moz-flex: 1 1 20%; -webkit-flex: 1 1 20%;
-ms-flex: 1 1 20%; -moz-flex: 1 1 20%;
flex: 1 1 20%; -ms-flex: 1 1 20%;
height: 100%; flex: 1 1 20%;
height: 100%;
}
@media @mobile-portrait-with-keyboard, @desktop-portrait, @mobile-portrait {
display: none !important;
}
} }
#user-contents { #user-contents {