[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">
|
<li id="edit-image-overlap">
|
||||||
<div class="item-content">
|
<div class="item-content">
|
||||||
<div class="item-inner">
|
<div class="item-inner">
|
||||||
<div class="item-title">><%= scope.textOverlap %></div>
|
<div class="item-title"><%= scope.textOverlap %></div>
|
||||||
<div class="item-after">
|
<div class="item-after">
|
||||||
<label class="label-switch">
|
<label class="label-switch">
|
||||||
<input type="checkbox">
|
<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 {
|
.tablet {
|
||||||
.searchbar.document {
|
.searchbar.document {
|
||||||
|
.left {
|
||||||
|
min-width: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.center {
|
.center {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -29,6 +33,10 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.left {
|
||||||
|
min-width: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.center {
|
.center {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
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