refactor: minor code refactors and fixes, update packages

This commit is contained in:
woothu
2020-03-19 14:09:01 +01:00
parent e1972c2cea
commit 0d2b619677
10 changed files with 575 additions and 671 deletions
+9 -2
View File
@@ -7,11 +7,18 @@
>
<CSidebarBrand class="d-md-down-none" to="/">
<CIcon
class="d-block"
class="c-sidebar-brand-full"
name="logo"
size="custom-size"
:height="35"
:viewBox="`0 0 ${minimize ? 110 : 556} 134`"
viewBox="0 0 556 134"
/>
<CIcon
class="c-sidebar-brand-minimized"
name="logo"
size="custom-size"
:height="35"
viewBox="0 0 110 134"
/>
</CSidebarBrand>