fix: notifications list class name

This commit is contained in:
kolaente 2023-01-18 15:53:00 +01:00
parent e090221ebd
commit 0ae389f485
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
</div>
<CustomTransition name="fade">
<div class="notifications-project" v-if="showNotifications" ref="popup">
<div class="notifications-list" v-if="showNotifications" ref="popup">
<span class="head">{{ $t('notification.title') }}</span>
<div
v-for="(n, index) in notifications"
@ -155,7 +155,7 @@ function to(n, index) {
border: 2px solid var(--white);
}
.notifications-project {
.notifications-list {
position: fixed;
right: 1rem;
margin-top: 1rem;