Skip to content

Commit

Permalink
Remove padding from navbars to condense them a bit. Fix 1 pixel extra…
Browse files Browse the repository at this point in the history
… padding on state button
  • Loading branch information
Isaac Connor committed Nov 1, 2023
1 parent 98bd4f3 commit 859baf6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/skins/classic/css/base/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,8 @@ input[type=submit]:disabled,
padding: 0;
}

.navbar{
.navbar {
padding: 0 0 0 8px;
margin-bottom: 0 !important;
border-radius: 0;
background-color:#485460 !important;
Expand Down Expand Up @@ -799,7 +800,7 @@ a.flip {
padding: 4px 10px 7px 10px;
}
#stateModalBtn {
padding: 4px 10px 7px 10px;
padding: 4px 10px 6px 10px;
}
#shutdownButton {
padding: 4px 10px 4px 10px;
Expand Down

0 comments on commit 859baf6

Please sign in to comment.