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/search_bar/search_bar.vue | |
| parent | eb04ed865e1afd7cede44017deb13298a8aa76dd (diff) | |
improved the semantics for our icon scale, fixed preview, fixed navbar desktop
Diffstat (limited to 'src/components/search_bar/search_bar.vue')
| -rw-r--r-- | src/components/search_bar/search_bar.vue | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/search_bar/search_bar.vue b/src/components/search_bar/search_bar.vue index 442e91b2..f1c3fd7a 100644 --- a/src/components/search_bar/search_bar.vue +++ b/src/components/search_bar/search_bar.vue @@ -8,8 +8,7 @@ :title="$t('nav.search')" ><FAIcon fixed-width - size="lg" - class="button-icon" + class="fa-scale-110 fa-old-padding" icon="search" @click.prevent.stop="toggleHidden" /></a> @@ -34,10 +33,9 @@ </button> <span> <FAIcon - size="lg" fixed-width icon="times" - class="cancel-icon" + class="cancel-icon fa-scale-110 fa-old-padding" @click.prevent.stop="toggleHidden" /> </span> |
