bigbluebutton-Github/labs/meteor-client/app/client/stylesheets/portrait/users.less
2014-12-11 11:35:10 -08:00

17 lines
257 B
Plaintext
Executable File

@media all and (orientation: portrait) {
#users {
-webkit-order: 3;
order: 3;
min-height: 20%;
max-height: 20%;
}
.userNameEntry {
height: 35px;
font-size: 30px;
strong {
font-size: 25px;
}
}
}