diff options
| author | Henry Jameson <me@hjkos.com> | 2020-10-28 21:31:16 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-10-28 21:31:16 +0200 |
| commit | b6cf2bcefd5ddd20c11ee4b0d0f94e29e8f59c40 (patch) | |
| tree | 256acfc82023d3c15c6dcba9708464db50ed981a /src/App.vue | |
| parent | eb04ed865e1afd7cede44017deb13298a8aa76dd (diff) | |
improved the semantics for our icon scale, fixed preview, fixed navbar desktop
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/App.vue b/src/App.vue index c27f51bf..6e44c7e9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -53,8 +53,7 @@ > <FAIcon fixed-width - size="lg" - class="button-icon" + class="fa-scale-110 fa-old-padding" icon="cog" :title="$t('nav.preferences')" /> @@ -66,8 +65,7 @@ target="_blank" ><FAIcon fixed-width - size="lg" - class="button-icon" + class="fa-scale-110 fa-old-padding" icon="tachometer-alt" :title="$t('nav.administration')" /></a> @@ -78,8 +76,7 @@ @click.prevent="logout" ><FAIcon fixed-width - size="lg" - class="button-icon" + class="fa-scale-110 fa-old-padding" icon="sign-out-alt" :title="$t('login.logout')" /></a> |
