diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-27 01:08:04 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-27 01:08:04 +0200 |
| commit | d8827932bc8f329c66bdf23fa0eb7af4ed41179a (patch) | |
| tree | c32b63ecb9d9e0734339288cfd405cd9d44002e2 /src/components/notification/notification.vue | |
| parent | adc47ad38ac4dd28866d82664f587c71fdf0ca3d (diff) | |
fix collapsed notifications incorrect styles
Diffstat (limited to 'src/components/notification/notification.vue')
| -rw-r--r-- | src/components/notification/notification.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index 5c425200..632ae6e9 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -247,7 +247,6 @@ /> <template v-else> <StatusContent - :class="{ faint: !statusExpanded }" :compact="!statusExpanded" :status="notification.status" /> |
