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/components/mobile_nav | |
| parent | eb04ed865e1afd7cede44017deb13298a8aa76dd (diff) | |
improved the semantics for our icon scale, fixed preview, fixed navbar desktop
Diffstat (limited to 'src/components/mobile_nav')
| -rw-r--r-- | src/components/mobile_nav/mobile_nav.vue | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue index db9b0ba0..d2bc65ab 100644 --- a/src/components/mobile_nav/mobile_nav.vue +++ b/src/components/mobile_nav/mobile_nav.vue @@ -16,8 +16,7 @@ @click.stop.prevent="toggleMobileSidebar()" > <FAIcon - size="lg" - class="button-icon" + class="fa-scale-110 fa-old-padding" icon="bars" /> <div @@ -42,8 +41,7 @@ @click.stop.prevent="openMobileNotifications()" > <FAIcon - size="lg" - class="button-icon" + class="fa-scale-110 fa-old-padding" icon="bell" /> <div @@ -68,8 +66,7 @@ @click.stop.prevent="closeMobileNotifications()" > <FAIcon - size="lg" - class="button-icon" + class="fa-scale-110 fa-old-padding" icon="times" /> </a> |
