[PE mobile] Fixed search display on android
This commit is contained in:
parent
af319d664f
commit
03c65edcc9
|
@ -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">
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue