From 2bd044a600908f9c964302cc952eeb212f7c36e3 Mon Sep 17 00:00:00 2001 From: Andrew Gormley Date: Fri, 19 Jul 2024 19:16:52 +0100 Subject: [PATCH] styling fixes --- netbox/project-static/dist/netbox.css | Bin 557970 -> 557990 bytes .../styles/transitional/_navigation.scss | 3 ++- netbox/templates/base/layout.html | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 7fc4c661aa82c610a87e3e3ad10b3db9e88c1423..724cd4710a12365cf7bc1d8d8da7de91b0076adf 100644 GIT binary patch delta 52 zcmbQ#uC%OOsiB3jg{g(Pg{6hHg{_5s3kQEDPf~tKNq(-CQBi8H^>+45j*}dW2HP(d IavT%{0M23&hX4Qo delta 45 zcmZ41t~9A#siB3jg{g(Pg{6hHg{_5s3kQGZcI8ZtgB(nTrqlNyViVi`r;uZnAOK%f B4~_r; diff --git a/netbox/project-static/styles/transitional/_navigation.scss b/netbox/project-static/styles/transitional/_navigation.scss index 72c529e31..949953d5d 100644 --- a/netbox/project-static/styles/transitional/_navigation.scss +++ b/netbox/project-static/styles/transitional/_navigation.scss @@ -29,6 +29,7 @@ body { // Allows header to sit on top of side nav @include media-breakpoint-up(lg) { + padding-bottom: 2rem; padding-top: 56px; z-index: 1020; } @@ -146,7 +147,7 @@ body { } .netbox-edition { font-size: .7rem; - letter-spacing: .15rem; + letter-spacing: .05rem; text-align: center; } } diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html index 8875c0b42..654e7e811 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -19,7 +19,7 @@ Blocks:
{# Sidebar #} -