menu: add missing top margin for topics #626

This commit is contained in:
Sören Weber 2023-09-24 01:00:53 +02:00
parent 38e0285061
commit 51adb4b430
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -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;
}