Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed Jun 27, 2024
1 parent a25f73a commit 5a8a600
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ module.exports = {
s: 'var(--h-s)',
c: 'var(--h-c)'
},
fontSize: {
xxs: '0.625rem'
},
keyframes: {
loading: {
'0%': { transform: 'rotate(0deg)' },
Expand Down
4 changes: 2 additions & 2 deletions views/Sidebar/Category.pug
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ style
@apply relative pr-5;

i {
@apply absolute right-0 text-xs cursor-pointer leading-5;
@apply absolute right-0 text-xxs cursor-pointer leading-5;
}
}
}
Expand All @@ -95,7 +95,7 @@ style
@apply first:mt-4;

.link_sub_item::before {
@apply mr-1 fa-chevron-right text-xs font-bold text-h-400;
@apply relative -top-px mr-1 fa-chevron-right text-xxs font-bold text-h-400;
}
}
}
Expand Down

0 comments on commit 5a8a600

Please sign in to comment.