Made sure the standard userlist doesn't show up in portrait orientation.
This commit is contained in:
parent
ea8afcaf2a
commit
1fec37c2c8
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user