Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HydeFront/Patch: Remove top padding on first documentation sidebar group, fix #92 #98

Merged
merged 1 commit into from
Jun 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
HydeFront/Patch: Remove top padding on first documentation sidebar group
caendesilva committed Jun 23, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 22dcc6f0f8b8001f0967353e4dcef20768bd8c7b
2 changes: 1 addition & 1 deletion packages/hydefront/dist/hyde.css
4 changes: 3 additions & 1 deletion packages/hydefront/sass/lagrafo.scss
Original file line number Diff line number Diff line change
@@ -106,7 +106,9 @@ html {
}

.sidebar-category {
margin-top: 1rem;
&:not(:first-child) {
margin-top: 1rem;
}
margin-bottom: 1rem;
.sidebar-category-heading {
font-size: 1rem;