Added the fix for the bug with a tiny whiteboard to a portrait view.

This commit is contained in:
Maxim Khlobystov 2015-04-10 17:53:43 -07:00
parent dc9e8e46d0
commit b8e32da12d

View File

@ -19,6 +19,7 @@
@media @mobile-portrait-with-keyboard, @desktop-portrait, @mobile-portrait {
-webkit-order: 1;
order: 1;
min-width: 99%; /* 100% - (2 #whileboard margins 0.25% each + 2 #main paddings 0.25% each) */
}
&:-webkit-full-screen {
width: 100%;