1
0

Fix header layout for long list titles

This commit is contained in:
kolaente
2021-06-23 22:08:20 +02:00
parent f58a48bc1f
commit 543df91aba
6 changed files with 34 additions and 14 deletions

View File

@ -1,9 +1,11 @@
<template>
<div class="notifications">
<a @click.stop="showNotifications = !showNotifications" class="trigger-button">
<span class="unread-indicator" v-if="unreadNotifications > 0"></span>
<icon icon="bell"/>
</a>
<div class="is-flex is-justify-content-center">
<a @click.stop="showNotifications = !showNotifications" class="trigger-button">
<span class="unread-indicator" v-if="unreadNotifications > 0"></span>
<icon icon="bell"/>
</a>
</div>
<transition name="fade">
<div class="notifications-list" v-if="showNotifications" ref="popup">