aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/components/HeaderMenu.vue
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/components/HeaderMenu.vue')
-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;