[PE mobile] Fixed layout on phone.

This commit is contained in:
Alexander Yuzhin 2016-12-23 14:41:28 +03:00
parent 84aab33fe3
commit 09f93da15f
3 changed files with 4 additions and 13 deletions

View file

@ -20,9 +20,6 @@
<div class="center" id="toolbar-title"></div>
<% } %>
<div class="right">
<a href="#" id="toolbar-preview" class="link icon-only">
<i class="icon icon-edit"></i>
</a>
<% if (android) { %>
<a href="#" id="toolbar-undo" class="link icon-only disabled" style="display: none;">
<i class="icon icon-undo"></i>
@ -31,6 +28,9 @@
<i class="icon icon-redo"></i>
</a>
<% } %>
<a href="#" id="toolbar-preview" class="link icon-only">
<i class="icon icon-edit"></i>
</a>
<a href="#" id="toolbar-edit" class="link icon-only" style="display: none;">
<i class="icon icon-edit"></i>
</a>

File diff suppressed because one or more lines are too long

View file

@ -27,11 +27,6 @@
flex-direction: column;
}
.left {
min-width: 22px;
max-width: 22px;
}
.center {
width: 100%;