bigbluebutton-Github/labs/meteor-client/app/client/stylesheets/portrait/users.less

17 lines
257 B
Plaintext
Raw Normal View History

@media all and (orientation: portrait) {
#users {
-webkit-order: 3;
order: 3;
min-height: 20%;
max-height: 20%;
}
.userNameEntry {
2014-12-11 06:10:04 +08:00
height: 35px;
font-size: 30px;
strong {
font-size: 25px;
}
}
}