mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 18:08:38 -06:00
#6372: Improve sidebar footer links layout
This commit is contained in:
parent
858d12969a
commit
0503825f7b
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -561,11 +561,16 @@ div.content-container {
|
|||||||
@include media-breakpoint-down(md) {
|
@include media-breakpoint-down(md) {
|
||||||
background-color: var(--nbx-body-bg);
|
background-color: var(--nbx-body-bg);
|
||||||
}
|
}
|
||||||
|
.nav {
|
||||||
|
padding: 0 1.25rem;
|
||||||
|
justify-content: space-between;
|
||||||
|
margin: $spacer/2 0;
|
||||||
|
|
||||||
.nav-link {
|
.nav-link {
|
||||||
padding: 0.5rem 0.25rem;
|
padding: 0.5rem 0.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
a.sidebar-logo {
|
a.sidebar-logo {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
{# Sidebar footer #}
|
{# Sidebar footer #}
|
||||||
<div class="d-flex flex-column container-fluid mt-auto justify-content-end sidebar-bottom">
|
<div class="d-flex flex-column container-fluid mt-auto justify-content-end sidebar-bottom">
|
||||||
<nav class="nav justify-content-evenly my-2 px-2">
|
<nav class="nav">
|
||||||
|
|
||||||
{# Documentation #}
|
{# Documentation #}
|
||||||
<a type="button" class="nav-link" href="https://netbox.readthedocs.io/" target="_blank">
|
<a type="button" class="nav-link" href="https://netbox.readthedocs.io/" target="_blank">
|
||||||
|
Loading…
Reference in New Issue
Block a user