refactor: minor code refactors and fixes, update packages
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user