From 7ff6a14f77eecc862c641ba649aef14098d0f1fa Mon Sep 17 00:00:00 2001 From: Oskar Rough Date: Tue, 30 Apr 2024 14:40:29 +0200 Subject: [PATCH] Taller menu items --- public/themes/classic.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/classic.css b/public/themes/classic.css index 44751571..6e92d71c 100644 --- a/public/themes/classic.css +++ b/public/themes/classic.css @@ -257,7 +257,7 @@ r4-app menu li { height: 100%; } r4-app menu a { - padding: calc(var(--s) / 2); + padding: calc(var(--s)) calc(var(--s) / 2); text-decoration: none; background: none; display: flex;