aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-08-24 22:31:48 +0300
committerHenry Jameson <me@hjkos.com>2022-08-24 22:31:48 +0300
commit986c4537021842e9b21c89c0ffb84033169cafe6 (patch)
treef7d1da15ca2bfb8d352fa2ad984463382ba0e926 /src/components/notifications/notifications.vue
parent4e339d9be34400465e336a9c589ebaea705802d1 (diff)
use a bit more compact layout on mobile
Diffstat (limited to 'src/components/notifications/notifications.vue')
-rw-r--r--src/components/notifications/notifications.vue8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue
index d57166eb..7577164d 100644
--- a/src/components/notifications/notifications.vue
+++ b/src/components/notifications/notifications.vue
@@ -26,7 +26,13 @@
type="button"
@click="scrollToTop"
>
- <FAIcon icon="circle-up" />
+ <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"