Skip to content

Commit

Permalink
🐛 space between dropdown and navbar button
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Sep 21, 2024
1 parent f5ca7d0 commit 0bb5b6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/theme-nonepress/src/theme/NavbarItem/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.navbar {
& .dropdown-content {
@apply mt-1;
}

/* dropdown */
&-dropdown {
&-icon {
Expand All @@ -14,7 +18,7 @@
/* docs menu */
&-docs-menu {
&-content {
@apply block w-[28rem] xl:w-[36rem] 2xl:w-[48rem] !m-0 !p-0 overflow-hidden whitespace-normal;
@apply block w-[28rem] xl:w-[36rem] 2xl:w-[48rem] pl-0 overflow-hidden whitespace-normal;

&::before {
@apply content-none;
Expand Down

0 comments on commit 0bb5b6a

Please # to comment.