[DE mobile] Fix search and replace on phone.
This commit is contained in:
parent
8d4a878299
commit
df055f1fa5
|
@ -23,6 +23,7 @@
|
||||||
&.popup,
|
&.popup,
|
||||||
&.popover {
|
&.popover {
|
||||||
.list-block {
|
.list-block {
|
||||||
|
margin: 32px 0;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<a href="#" class="link icon-only next disabled"><i class="icon icon-next"></i></a>
|
<a href="#" class="link icon-only next disabled"><i class="icon icon-next"></i></a>
|
||||||
</p>
|
</p>
|
||||||
<p class="buttons-row replace">
|
<p class="buttons-row replace">
|
||||||
<a href="#" class="link disabled">Replace</a>
|
<a href="#" class="link replace disabled">Replace</a>
|
||||||
</p>
|
</p>
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
<p class="buttons-row">
|
<p class="buttons-row">
|
||||||
|
|
|
@ -34,9 +34,9 @@
|
||||||
<a href="#" id="toolbar-add" class="link icon-only" style="display: none;">
|
<a href="#" id="toolbar-add" class="link icon-only" style="display: none;">
|
||||||
<i class="icon icon-plus"></i>
|
<i class="icon icon-plus"></i>
|
||||||
</a>
|
</a>
|
||||||
<a href="#" id="toolbar-search" class="link icon-only">
|
<!--<a href="#" id="toolbar-search" class="link icon-only">-->
|
||||||
<i class="icon icon-search"></i>
|
<!--<i class="icon icon-search"></i>-->
|
||||||
</a>
|
<!--</a>-->
|
||||||
<a href="#" id="toolbar-settings" class="link icon-only">
|
<a href="#" id="toolbar-settings" class="link icon-only">
|
||||||
<i class="icon icon-settings"></i>
|
<i class="icon icon-settings"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -6261,7 +6261,7 @@ html.pixel-ratio-3 .color-palette a {
|
||||||
.phone .searchbar.document.replace .center .replace {
|
.phone .searchbar.document.replace .center .replace {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.phone .searchbar.document.replace .right .replace {
|
.phone .searchbar.document.replace .right > .replace {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.phone .searchbar.document .left,
|
.phone .searchbar.document .left,
|
||||||
|
@ -6289,7 +6289,7 @@ html.pixel-ratio-3 .color-palette a {
|
||||||
.phone .searchbar.document .right > p {
|
.phone .searchbar.document .right > p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.phone .searchbar.document .right .replace {
|
.phone .searchbar.document .right > .replace {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.searchbar.document {
|
.searchbar.document {
|
||||||
|
|
|
@ -5636,6 +5636,10 @@ a.item-link,
|
||||||
.container-settings.popover {
|
.container-settings.popover {
|
||||||
width: 360px;
|
width: 360px;
|
||||||
}
|
}
|
||||||
|
.settings.popup .list-block,
|
||||||
|
.settings.popover .list-block {
|
||||||
|
margin: 32px 0;
|
||||||
|
}
|
||||||
.settings.popup .list-block ul,
|
.settings.popup .list-block ul,
|
||||||
.settings.popover .list-block ul {
|
.settings.popover .list-block ul {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -5865,7 +5869,7 @@ html.pixel-ratio-3 .color-palette a {
|
||||||
.phone .searchbar.document.replace .center .replace {
|
.phone .searchbar.document.replace .center .replace {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.phone .searchbar.document.replace .right .replace {
|
.phone .searchbar.document.replace .right > .replace {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.phone .searchbar.document .left,
|
.phone .searchbar.document .left,
|
||||||
|
@ -5890,7 +5894,7 @@ html.pixel-ratio-3 .color-palette a {
|
||||||
.phone .searchbar.document .right > p a.link {
|
.phone .searchbar.document .right > p a.link {
|
||||||
height: 48px;
|
height: 48px;
|
||||||
}
|
}
|
||||||
.phone .searchbar.document .right .replace {
|
.phone .searchbar.document .right > .replace {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
i.icon.icon-expand-up {
|
i.icon.icon-expand-up {
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
.replace {
|
> .replace {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.replace {
|
> .replace {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
.replace {
|
> .replace {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.replace {
|
> .replace {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue