improved the semantics for our icon scale, fixed preview, fixed navbar desktop

This commit is contained in:
Henry Jameson 2020-10-28 21:31:16 +02:00
parent eb04ed865e
commit b6cf2bcefd
26 changed files with 95 additions and 151 deletions

View file

@ -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>