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

7 lines
106 B
Plaintext
Executable File

@media all and (orientation: landscape) {
#whiteboard {
-webkit-order: 2;
order: 2;
}
}