Merge pull request #5476 from G-Chubinidze/gc_SCI_8473

Position of opened drop down [SCI-8473]
This commit is contained in:
artoscinote 2023-06-01 12:32:53 +02:00 committed by GitHub
commit fa05ce15f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -68,7 +68,12 @@
}
.dropdown-menu {
top: calc(50px - 0.5em);
top: 43px;
border-radius: 0;
}
.top-menu-user-dropdown {
top: 40px;
}
.dropdown-menu li a {

View file

@ -70,7 +70,7 @@
<span>{{ i18n.t('nav.user_greeting', { full_name: user.name })}}</span>
<img class="avatar" :src="user.avatar_url">
</div>
<div class="dropdown-menu dropdown-menu-right">
<div class="dropdown-menu dropdown-menu-right top-menu-user-dropdown">
<li v-for="(item, i) in userMenu" :key="i">
<a :href="item.url">
{{ item.name }}