Commit 03c65edc authored by Alexander Yuzhin's avatar Alexander Yuzhin

[PE mobile] Fixed search display on android

parent af319d66
......@@ -250,7 +250,7 @@
<li id="edit-image-overlap">
<div class="item-content">
<div class="item-inner">
<div class="item-title">><%= scope.textOverlap %></div>
<div class="item-title"><%= scope.textOverlap %></div>
<div class="item-after">
<label class="label-switch">
<input type="checkbox">
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2,6 +2,10 @@
.tablet {
.searchbar.document {
.left {
min-width: 15px;
}
.center {
width: 100%;
display: flex;
......@@ -29,6 +33,10 @@
flex-direction: column;
}
.left {
min-width: 15px;
}
.center {
width: 100%;
margin: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment