Skip to content

Commit d734d27

Browse files
szaimenbackportbot[bot]
authored andcommitted
Make search popup usable on mobile, too
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
1 parent 3257bca commit d734d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/HeaderMenu.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export default {
178178
position: absolute;
179179
z-index: 2000;
180180
top: 50px;
181-
right: 5px;
181+
right: -150px;
182182
box-sizing: border-box;
183183
margin: 0;
184184
border-radius: 0 0 var(--border-radius) var(--border-radius);
@@ -189,7 +189,7 @@ export default {
189189
190190
&__carret {
191191
position: absolute;
192-
right: 10px;
192+
right: 165px;
193193
bottom: 100%;
194194
width: 0;
195195
height: 0;

0 commit comments

Comments
 (0)