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

9 lines
149 B
Plaintext
Executable File

@media all and (orientation: portrait) {
#whiteboard {
-webkit-order: 1;
order: 1;
min-height: 40%;
max-height: 40%;
}
}