Skip to content

Commit

Permalink
Wider navbar, fix NamelessMC#2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Derkades committed May 12, 2021
1 parent 3390b27 commit 420cbf2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion custom/panel_templates/Default/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,14 @@ i,
}

@media (min-width: 768px) {
.sidebar {
width: 17rem !important
}
#content-wrapper {
margin-left: 14rem !important;
margin-left: 17rem !important;
}
.sidebar .nav-item .nav-link {
width: 16.5rem
}
.sidebar.toggled + #content-wrapper {
margin-left: 6.5rem !important;
Expand Down

0 comments on commit 420cbf2

Please sign in to comment.