improved the semantics for our icon scale, fixed preview, fixed navbar desktop
This commit is contained in:
parent
eb04ed865e
commit
b6cf2bcefd
26 changed files with 95 additions and 151 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue