Fix side panel width

This commit is contained in:
Jeremy Stretch
2020-11-10 16:00:21 -05:00
parent d03c14d49c
commit 8348c5a674
7 changed files with 42 additions and 60 deletions

View File

@@ -33,6 +33,11 @@ footer p {
#navbar_search {
padding: 0 8px;
}
.right-side-panel {
max-width: 400px;
min-width: 300px;
padding-right: 0;
}
/* Hide the username in the navigation menu on displays less than 1400px wide */
@media (max-width: 1399px) {