Fixed menu not being visible on mobile

This commit is contained in:
kolaente 2019-05-19 18:19:22 +02:00
parent dd23804ea2
commit c0a8ec7bec
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
3 changed files with 28 additions and 8 deletions

View file

@ -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>