Skip to content

Commit 44fe8a1

Browse files
authored
fix: aside contents height (#65)
1 parent 4a5378c commit 44fe8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme/src/styles/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ div[class^="collapseContainer_"]:hover {
426426
#aside-container {
427427
border-left: 1px solid var(--rp-c-divider-light) !important;
428428
margin: -64px 0 0 0 !important;
429-
padding: 64px 0 16px 0 !important;
429+
padding: 16px 0 16px 0 !important;
430430
}
431431

432432
/* Contents - header */

0 commit comments

Comments
 (0)