aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline_menu/timeline_menu.vue
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/timeline_menu/timeline_menu.vue
parenteb04ed865e1afd7cede44017deb13298a8aa76dd (diff)
improved the semantics for our icon scale, fixed preview, fixed navbar desktop
Diffstat (limited to 'src/components/timeline_menu/timeline_menu.vue')
-rw-r--r--src/components/timeline_menu/timeline_menu.vue15
1 files changed, 5 insertions, 10 deletions
diff --git a/src/components/timeline_menu/timeline_menu.vue b/src/components/timeline_menu/timeline_menu.vue
index 8099ddd5..c46531be 100644
--- a/src/components/timeline_menu/timeline_menu.vue
+++ b/src/components/timeline_menu/timeline_menu.vue
@@ -18,8 +18,7 @@
<router-link :to="{ name: 'friends' }">
<FAIcon
fixed-width
- size="lg"
- class="button-icon "
+ class="fa-scale-110 fa-old-padding "
icon="home"
/>{{ $t("nav.timeline") }}
</router-link>
@@ -28,8 +27,7 @@
<router-link :to="{ name: 'bookmarks'}">
<FAIcon
fixed-width
- size="lg"
- class="button-icon "
+ class="fa-scale-110 fa-old-padding "
icon="bookmark"
/>{{ $t("nav.bookmarks") }}
</router-link>
@@ -38,8 +36,7 @@
<router-link :to="{ name: 'dms', params: { username: currentUser.screen_name } }">
<FAIcon
fixed-width
- size="lg"
- class="button-icon "
+ class="fa-scale-110 fa-old-padding "
icon="envelope"
/>{{ $t("nav.dms") }}
</router-link>
@@ -48,8 +45,7 @@
<router-link :to="{ name: 'public-timeline' }">
<FAIcon
fixed-width
- size="lg"
- class="button-icon "
+ class="fa-scale-110 fa-old-padding "
icon="users"
/>{{ $t("nav.public_tl") }}
</router-link>
@@ -58,8 +54,7 @@
<router-link :to="{ name: 'public-external-timeline' }">
<FAIcon
fixed-width
- size="lg"
- class="button-icon "
+ class="fa-scale-110 fa-old-padding "
icon="globe"
/>{{ $t("nav.twkn") }}
</router-link>