Skip to content

Commit

Permalink
refactor(fonts): icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyurec committed Mar 7, 2023
1 parent 9187fa7 commit 8b5851b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Other my plugins/themes
*[Tabler picker](https://github.com/yoyurec/logseq-tabler-picker)
* 📝 [Awesome Content](https://github.com/yoyurec/logseq-awesome-content)
* 🪓 [Awesome UI](https://github.com/yoyurec/logseq-awesome-ui)
* 🎨 [Awesome Styler](https://github.com/yoyurec/logseq-awesome-styler)
* 📋 [Awesome Props](https://github.com/yoyurec/logseq-awesome-props)
Expand Down
3 changes: 1 addition & 2 deletions src/modules/iconFont/iconFont.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ body[data-awli-icon-font="tabler-icons"] :is(
.awLi-icon,
.is-icon-active .page>.relative>.flex-row>.flex-1::before
) {
font-family: var(--ls-font-family), 'tabler-icons';
font-size: 1.1em;
font-family: var(--ls-font-family), 'tabler-icons';
}

body[data-awli-icon-font="nerd"] :is(
Expand Down
3 changes: 2 additions & 1 deletion src/modules/pageIcons/pageIcons.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
margin-right: 5px;
font-weight: 400;
text-align: center;
line-height: 1.3em;
line-height: 1.26em;
font-size: 1.1em;
}
.awLi-icon[data-is-emoji="true"] {
margin-right: 4px !important;
Expand Down

0 comments on commit 8b5851b

Please sign in to comment.