summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-07-07 10:42:11 +0200
committernpmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>2021-07-07 09:05:16 +0000
commitd30aa525eea0cb5b86ff61fd83c75620a4a8d36d (patch)
tree521e0ada0c0db81a355fbd2afe933064510fac8f /core/src
parentd4618e9ef8e14d25e3bd85c2c5d1834b1d3285f4 (diff)
downloadnextcloud-server-d30aa525eea0cb5b86ff61fd83c75620a4a8d36d.tar.gz
nextcloud-server-d30aa525eea0cb5b86ff61fd83c75620a4a8d36d.zip
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>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/components/HeaderMenu.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/components/HeaderMenu.vue b/core/src/components/HeaderMenu.vue
index 12afa16e091..75c9f31b60c 100644
--- a/core/src/components/HeaderMenu.vue
+++ b/core/src/components/HeaderMenu.vue
@@ -182,7 +182,7 @@ export default {
position: absolute;
z-index: 2000;
top: 50px;
- right: 5px;
+ right: -150px;
box-sizing: border-box;
margin: 0;
border-radius: 0 0 var(--border-radius) var(--border-radius);
@@ -193,7 +193,7 @@ export default {
&__carret {
position: absolute;
- right: 10px;
+ right: 165px;
bottom: 100%;
width: 0;
height: 0;