Skip to content

Commit

Permalink
Do some minuscle adjustments on all-icons-divider
Browse files Browse the repository at this point in the history
[why]
Testing with Firefox 113 and Chromium 118 the eveness of the round
circle might be improved a bit by using a slightly different font size.

Well, I did this on Linux, maybe the rendering is different on other
Platforms? We will see.

Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Oct 18, 2023
1 parent c092a4d commit 028b814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/css/nerd-font-tweaks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ a.nerd-font-button:before {
}

.sectioninner3 {
line-height: 29px;
line-height: 29.5px;
word-spacing: 3px;
top: inherit;
left: inherit;
Expand Down Expand Up @@ -733,7 +733,7 @@ a.nerd-font-button:before {
}

.sectioninner3 {
line-height: 21px;
line-height: 20px;
font-size: 11px;
}
}
Expand Down

0 comments on commit 028b814

Please sign in to comment.