This website requires JavaScript.
Explore
Help
Sign In
BigBlueButton
/
bigbluebutton-Github
Watch
1
Star
0
Fork
0
You've already forked bigbluebutton-Github
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4788faba2d
bigbluebutton-Github
/
labs
/
meteor-client
/
app
/
client
/
stylesheets
/
landscape
/
whiteboard.less
7 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Replaced width-related breakpoint by the page orientation info for switching between landscape and portrait stylesheets.
2014-12-09 07:35:25 +08:00
@media all and (orientation: landscape) {
Put landscape and portrait stylesheets in separate files.
2014-12-05 05:30:52 +08:00
#whiteboard {
-webkit-order: 2;
order: 2;
}
}
Reference in New Issue
Copy Permalink