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
dd3add4c29
bigbluebutton-Github
/
labs
/
meteor-client
/
app
/
client
/
stylesheets
/
portrait
/
whiteboard.less
7 lines
105 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: portrait) {
Put landscape and portrait stylesheets in separate files.
2014-12-05 05:30:52 +08:00
#whiteboard {
-webkit-order: 1;
order: 1;
}
}
Reference in New Issue
Copy Permalink