Skip to content

Commit

Permalink
Made the horizontal border between chat and presentation areas one pi…
Browse files Browse the repository at this point in the history
…xel wide on mobile.
  • Loading branch information
MaximKhlobystov committed Nov 29, 2015
1 parent 7cd8702 commit 04528ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bigbluebutton-html5/app/client/stylesheets/chat.less
Expand Up @@ -74,6 +74,9 @@
border-top-left-radius: 0px;
overflow: hidden;
}
@media @mobile-portrait-with-keyboard, @mobile-portrait {
border-top: none;
}
order: 3;
}

Expand Down

0 comments on commit 04528ee

Please sign in to comment.