Shrink NetBox icon & collapsed sidebar

This commit is contained in:
jeremystretch 2021-08-06 17:00:37 -04:00
parent 95b1029e50
commit 344648812f
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -143,7 +143,7 @@ $sidebar-bottom-height: 4rem;
$transition-100ms-ease-in-out: all 0.1s ease-in-out;
// Sidebar/Sidenav
$sidenav-width-closed: 4rem;
$sidenav-width-closed: 3rem;
$sidenav-width-open: 16rem;
$sidenav-icon-width: 2rem;
$sidenav-spacing-x: 1.5rem;

View File

@ -13,7 +13,7 @@
{# Icon Logo #}
<a class="sidenav-brand-icon" href="/">
<img src="{% static 'netbox_icon.svg' %}" height="48" class="sidenav-brand-img" alt="NetBox Logo">
<img src="{% static 'netbox_icon.svg' %}" height="32" class="sidenav-brand-img" alt="NetBox Logo">
</a>
{# Pin/Unpin Toggle #}