aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-08-24 22:46:41 +0300
committerHenry Jameson <me@hjkos.com>2022-08-24 22:46:41 +0300
commitaf734afe3694ff3c77d4457b93b02309c4f55d6d (patch)
tree6c3e96bf6a49c3f5d4d6d70904a4e585213cc39b /src/components/notifications/notifications.vue
parentf31bec7ef8bbe1659870d3f771f6b6bb1e689585 (diff)
lint
Diffstat (limited to 'src/components/notifications/notifications.vue')
-rw-r--r--src/components/notifications/notifications.vue16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue
index 7577164d..08d65439 100644
--- a/src/components/notifications/notifications.vue
+++ b/src/components/notifications/notifications.vue
@@ -4,9 +4,9 @@
:to="teleportTarget"
>
<div
+ ref="root"
:class="{ minimal: minimalMode }"
class="Notifications"
- ref="root"
>
<div :class="mainClass">
<div
@@ -26,13 +26,13 @@
type="button"
@click="scrollToTop"
>
- <FALayers class="fa-scale-110 fa-old-padding-layer">
- <FAIcon icon="arrow-up" />
- <FAIcon
- icon="minus"
- transform="up-7"
- />
- </FALayers>
+ <FALayers class="fa-scale-110 fa-old-padding-layer">
+ <FAIcon icon="arrow-up" />
+ <FAIcon
+ icon="minus"
+ transform="up-7"
+ />
+ </FALayers>
</button>
<button
v-if="unseenCount"