Skip to content

Commit

Permalink
fix sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 committed Nov 30, 2024
1 parent 433436c commit b3cb00c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/docs/src/css/components/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

.menu__list-item:not(:first-child):not(.sidebar-title) {
margin-top: 5px;
margin-top: 4.5px;
}

.menu__list-item
Expand Down Expand Up @@ -133,7 +133,7 @@
}

.theme-doc-sidebar-item-category-level-1.sidebar-group-headline {
@apply mb-1;
@apply mb-1 !mt-1;
}

[class*='level-2']:is([class*='theme-doc-sidebar-item']) .menu__link,
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}

.sidebar-back-link {
@apply lg:sticky bg-[#EDEFF3] cursor-pointer lg:top-0 md:pb-[20px];
@apply lg:sticky bg-[#EDEFF3] cursor-pointer lg:top-0 pb-[10px] md:pb-[20px];
}

.sidebar-back-link,
Expand Down

0 comments on commit b3cb00c

Please sign in to comment.