From 5a8a6007582a365e97741c512b4fe5ef332b0ca0 Mon Sep 17 00:00:00 2001 From: pronist Date: Thu, 27 Jun 2024 19:15:05 +0900 Subject: [PATCH] wip --- tailwind.config.js | 3 +++ views/Sidebar/Category.pug | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index eab9c2c..b6e3584 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -36,6 +36,9 @@ module.exports = { s: 'var(--h-s)', c: 'var(--h-c)' }, + fontSize: { + xxs: '0.625rem' + }, keyframes: { loading: { '0%': { transform: 'rotate(0deg)' }, diff --git a/views/Sidebar/Category.pug b/views/Sidebar/Category.pug index 195a259..687c864 100644 --- a/views/Sidebar/Category.pug +++ b/views/Sidebar/Category.pug @@ -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; } } } @@ -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; } } }