mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
refactor: remove unused (commented) styles
This commit is contained in:
@@ -104,7 +104,6 @@ const { activeNav } = Astro.props;
|
|||||||
}
|
}
|
||||||
.nav-container {
|
.nav-container {
|
||||||
@apply max-w-3xl mx-auto flex flex-col sm:flex-row justify-between items-center;
|
@apply max-w-3xl mx-auto flex flex-col sm:flex-row justify-between items-center;
|
||||||
/* border-b-2 border-opacity-40 border-b-skin-line */
|
|
||||||
}
|
}
|
||||||
.top-nav-wrap {
|
.top-nav-wrap {
|
||||||
@apply w-full p-4 sm:py-8 flex justify-between items-center;
|
@apply w-full p-4 sm:py-8 flex justify-between items-center;
|
||||||
@@ -146,7 +145,6 @@ const { activeNav } = Astro.props;
|
|||||||
@apply w-6 h-6 fill-skin-base hover:fill-skin-accent;
|
@apply w-6 h-6 fill-skin-base hover:fill-skin-accent;
|
||||||
}
|
}
|
||||||
#theme-btn {
|
#theme-btn {
|
||||||
/* @apply w-12 h-12 sm:w-9 sm:h-9 flex justify-center items-center sm:inline-block; */
|
|
||||||
@apply p-3 sm:p-1;
|
@apply p-3 sm:p-1;
|
||||||
}
|
}
|
||||||
#theme-btn svg {
|
#theme-btn svg {
|
||||||
|
|||||||
Reference in New Issue
Block a user