From 51adb4b430a1df40bd1ce19628ae35670475e148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 24 Sep 2023 01:00:53 +0200 Subject: [PATCH] menu: add missing top margin for topics #626 --- static/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/theme.css b/static/css/theme.css index a54474d6bf..cf0e5b4365 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -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; +} \ No newline at end of file