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