Fixed the issue with the full screen button jumping to new line in Firefox.

This commit is contained in:
Maxim Khlobystov 2015-03-31 12:04:29 -07:00
parent ed2ecf1cef
commit 91be2f4da8

View File

@ -1,11 +1,11 @@
<template name="whiteboard">
<div id="{{id}}" {{visibility name}} class="component gradientBar">
<h3 id="whiteboard-navbar" class="title">
<span class="glyphicon glyphicon-pencil"></span>
{{title}}
{{#if isMobile}}
{{> makeButton btn_class="fullscreenWhiteboardButton" i_class="glyphicon glyphicon-fullscreen"}}
{{/if}}
<span class="glyphicon glyphicon-pencil"></span>
{{title}}
</h3>
{{#each getCurrentSlide}}
{{> slide}}