Merge pull request #1113 from Svallinn/1023-improper-alignment

Set a fixed width for side-bar icons
This commit is contained in:
Luca Hohmann 2021-03-16 11:40:16 +01:00 committed by GitHub
commit 5a1cde25eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<font-awesome-icon
icon="rss"
class="navIcon"
fixed-width
/>
<p class="navLabel">
{{ $t("Subscriptions.Subscriptions") }}
@ -25,6 +26,7 @@
<font-awesome-icon
icon="fire"
class="navIcon"
fixed-width
/>
<p class="navLabel">
{{ $t("Trending") }}
@ -38,6 +40,7 @@
<font-awesome-icon
icon="users"
class="navIcon"
fixed-width
/>
<p class="navLabel">
{{ $t("Most Popular") }}
@ -51,6 +54,7 @@
<font-awesome-icon
icon="bookmark"
class="navIcon"
fixed-width
/>
<p class="navLabel">
{{ $t("Playlists") }}
@ -66,6 +70,7 @@
<font-awesome-icon
icon="history"
class="navIcon"
fixed-width
/>
<p class="navLabel">
{{ $t("History.History") }}
@ -79,6 +84,7 @@
<font-awesome-icon
icon="sliders-h"
class="navIcon"
fixed-width
/>
<p class="navLabel">
{{ $t("Settings.Settings") }}
@ -91,6 +97,7 @@
<font-awesome-icon
icon="info-circle"
class="navIcon"
fixed-width
/>
<p class="navLabel">
{{ $t("About.About") }}