Forced padding on the bottom of the sidebar. Fixes #2941

This commit is contained in:
Ollie Reardon
2019-07-11 17:42:59 +01:00
parent c1912655da
commit 4bdf428b77
9 changed files with 150189 additions and 404 deletions

View File

@@ -21,6 +21,7 @@ body.dashboard {
margin: 0;
padding: 0;
list-style: none;
padding-bottom: 64px; /* Ensure the sidebar isn't being covered by the bottom links */
.profile {
text-align: center;