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,12 +54,17 @@
}
#users {
@media @landscape {
-webkit-flex: 1 1 20%;
-moz-flex: 1 1 20%;
-ms-flex: 1 1 20%;
flex: 1 1 20%;
height: 100%;
}
@media @mobile-portrait-with-keyboard, @desktop-portrait, @mobile-portrait {
display: none !important;
}
}
#user-contents {
height: 100%; /* for the inside scrolling list to utilize as much room as possible, this surrounding window must also take up as much room as possible */