diff options
| author | Henry Jameson <me@hjkos.com> | 2021-03-11 15:14:30 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-03-11 15:14:30 +0200 |
| commit | 5c064ccf553ffcd3286ad1b3305633c5c4c4c0c4 (patch) | |
| tree | 0fd40cb39d9860bab53852613ec6111d4e6f1617 /src/components/notifications/notifications.vue | |
| parent | 3d95ea6acbd47cabee519b2450647512ac2d5b46 (diff) | |
fix some css problems + tiny bit cleaning up
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index eb951f18..dc663ce2 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -1,7 +1,7 @@ <template> <div :class="{ minimal: minimalMode }" - class="notifications" + class="Notifications" > <div :class="mainClass"> <div @@ -34,7 +34,7 @@ <notification :notification="notification" /> </div> </div> - <div class="panel-footer"> + <div class="panel-footer notifications-footer"> <div v-if="bottomedOut" class="new-status-notification text-center faint" @@ -52,7 +52,7 @@ </button> <div v-else - class="new-status-notification text-center panel-footer" + class="new-status-notification text-center" > <FAIcon icon="circle-notch" |
