Made sure the standard userlist doesn't show up in portrait orientation.
This commit is contained in:
parent
ea8afcaf2a
commit
1fec37c2c8
@ -54,11 +54,16 @@
|
||||
}
|
||||
|
||||
#users {
|
||||
-webkit-flex: 1 1 20%;
|
||||
-moz-flex: 1 1 20%;
|
||||
-ms-flex: 1 1 20%;
|
||||
flex: 1 1 20%;
|
||||
height: 100%;
|
||||
@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 {
|
||||
|
Loading…
Reference in New Issue
Block a user