mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-01 05:16:26 -06:00
Shrink NetBox icon & collapsed sidebar
This commit is contained in:
parent
95b1029e50
commit
344648812f
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
@ -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;
|
||||
|
@ -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 #}
|
||||
|
Loading…
Reference in New Issue
Block a user