Skip to content

Commit

Permalink
Slightly decrease padding/margin for menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Dec 10, 2024
1 parent 0e3266c commit 2f6996e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ select option:disabled {
}

.left-menu-part {
margin-top: 8px;
margin-bottom: 8px;
margin-top: 7px;
margin-bottom: 7px;
background-color: #f0f0e3cc;
}

Expand All @@ -277,7 +277,7 @@ select option:disabled {

.left-menu-part a, .left-menu-part span {
display: block;
padding: 3px 5px 3px 5px;
padding: 2.5px 4.5px;
}

.left-menu-header {
Expand Down

0 comments on commit 2f6996e

Please sign in to comment.