mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-16 21:59:00 +08:00
Merge pull request #5476 from G-Chubinidze/gc_SCI_8473
Position of opened drop down [SCI-8473]
This commit is contained in:
commit
fa05ce15f3
2 changed files with 7 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue