Reduce footer height #5188

Closed
opened 2025-12-29 19:25:17 +01:00 by adam · 0 comments
Owner

Originally created by @erdnaxe on GitHub (Aug 17, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.0-beta2

Feature type

Change to existing functionality

Proposed functionality

Current footer has quite large top and bottom margins, on 1366 x 768 it takes ~15% of the screen. This makes the page longer to scroll on small screens and is not coherent with the left sidepanel which has small margins.

 .footer {
-    padding: 1.5rem 0 1rem;
+    padding: 0;
 }

Use case

This makes pages faster to scroll.

Database changes

No response

External dependencies

No response

Originally created by @erdnaxe on GitHub (Aug 17, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.0-beta2 ### Feature type Change to existing functionality ### Proposed functionality Current footer has quite large top and bottom margins, on 1366 x 768 it takes ~15% of the screen. This makes the page longer to scroll on small screens and is not coherent with the left sidepanel which has small margins. ```diff .footer { - padding: 1.5rem 0 1rem; + padding: 0; } ``` ### Use case This makes pages faster to scroll. ### Database changes _No response_ ### External dependencies _No response_
adam added the status: acceptedtype: featurebeta labels 2025-12-29 19:25:17 +01:00
adam closed this issue 2025-12-29 19:25:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5188