Skip to content

Commit

Permalink
fix preview
Browse files Browse the repository at this point in the history
  • Loading branch information
nahbee10 committed Nov 15, 2024
1 parent 96d2cd1 commit c11193a
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
}
.theme-edit-this-page {
@apply text-light-neutral-2 dark:text-dark-neutral-2 !button-label-3;
svg:not(.Toc__edit-icon) {
@apply !hidden;
}
}
.theme-edit-this-page svg {
@apply !hidden;
}
.theme-doc-toc-desktop {
@apply !relative !top-auto;
Expand All @@ -69,12 +69,12 @@
}
.table-of-contents__left-border {
@apply !border-0;
li {
@apply !ml-0;
}
ul {
@apply border-y-0 border-r-0 border-l-2 border-solid border-l-light-surface-3 dark:border-l-dark-surface-3 !pl-4;
}
}
.table-of-contents__left-border li {
@apply !ml-0;
}
.table-of-contents__left-border ul {
@apply border-y-0 border-r-0 border-l-2 border-solid border-l-light-surface-3 dark:border-l-dark-surface-3 !pl-4;
}
.pagination-nav {
@apply !flex !flex-col md:!flex-row !w-full !h-auto !gap-y-2 md:!gap-y-0 md:!gap-x-3 !mt-8;
Expand Down Expand Up @@ -125,3 +125,6 @@
.theme-doc-footer-edit-meta-row {
@apply !hidden;
}
.navbar {
@apply !p-0;
}

0 comments on commit c11193a

Please sign in to comment.