Skip to content

Commit

Permalink
menu: add missing top margin for topics #626
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Sep 23, 2023
1 parent 38e0285 commit 51adb4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2163,3 +2163,7 @@ html[dir="rtl"] #R-sidebar ul.collapsible-menu > li > label > i.fa-chevron-right
#R-menu-footer {
padding-bottom: 1rem;
}

#R-topics {
padding-top: 1rem;
}

0 comments on commit 51adb4b

Please sign in to comment.