#6372: Improve sidebar footer links layout
This commit is contained in:
parent
858d12969a
commit
0503825f7b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -561,9 +561,14 @@ div.content-container {
|
|||
@include media-breakpoint-down(md) {
|
||||
background-color: var(--nbx-body-bg);
|
||||
}
|
||||
.nav {
|
||||
padding: 0 1.25rem;
|
||||
justify-content: space-between;
|
||||
margin: $spacer/2 0;
|
||||
|
||||
.nav-link {
|
||||
padding: 0.5rem 0.25rem;
|
||||
.nav-link {
|
||||
padding: 0.5rem 0.25rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
a.sidebar-logo {
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
{# Sidebar footer #}
|
||||
<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 #}
|
||||
<a type="button" class="nav-link" href="https://netbox.readthedocs.io/" target="_blank">
|
||||
|
|
|
|||
Loading…
Reference in New Issue