diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-04 19:41:09 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-04 19:41:09 +0300 |
| commit | 71863061c691df7f59cf4be283a3e0772d485378 (patch) | |
| tree | a48abdfeb7a4e585f84a97f22d11938a8fff5a65 /src/components/notifications/notifications.vue | |
| parent | 0e83ced25b612250d8126778288b7b44f3b91dfc (diff) | |
fixed tons of stuff, at least it looks normalish on desktop
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 2ce5d56f..9d8fa059 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -6,7 +6,7 @@ <div :class="mainClass"> <div v-if="!noHeading" - class="panel-heading" + class="notifications-heading panel-heading -sticky" > <div class="title"> {{ $t('notifications.notifications') }} |
