Fixed menu not being visible on mobile
This commit is contained in:
parent
dd23804ea2
commit
c0a8ec7bec
3 changed files with 28 additions and 8 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<div class="dropdown is-right is-active">
|
||||
<div class="dropdown-trigger">
|
||||
<button class="button noshadow" @click="userMenuActive = !userMenuActive">
|
||||
<span>{{user.infos.username}}</span>
|
||||
<span class="username">{{user.infos.username}}</span>
|
||||
<span class="icon is-small">
|
||||
<icon icon="chevron-down"/>
|
||||
</span>
|
||||
|
|
|
|||
Reference in a new issue