aboutsummaryrefslogtreecommitdiff
path: root/src/components/global_notice_list
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-10-28 21:31:16 +0200
committerHenry Jameson <me@hjkos.com>2020-10-28 21:31:16 +0200
commitb6cf2bcefd5ddd20c11ee4b0d0f94e29e8f59c40 (patch)
tree256acfc82023d3c15c6dcba9708464db50ed981a /src/components/global_notice_list
parenteb04ed865e1afd7cede44017deb13298a8aa76dd (diff)
improved the semantics for our icon scale, fixed preview, fixed navbar desktop
Diffstat (limited to 'src/components/global_notice_list')
-rw-r--r--src/components/global_notice_list/global_notice_list.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/global_notice_list/global_notice_list.vue b/src/components/global_notice_list/global_notice_list.vue
index 06b6af9c..8a33b9eb 100644
--- a/src/components/global_notice_list/global_notice_list.vue
+++ b/src/components/global_notice_list/global_notice_list.vue
@@ -10,7 +10,7 @@
{{ $t(notice.messageKey, notice.messageArgs) }}
</div>
<FAIcon
- class="button-icon"
+ class="fa-scale-110 fa-old-padding"
icon="times"
@click="closeNotice(notice)"
/>