From 5f7bf5275860448151e1828560dccd1710f989b6 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sun, 27 Apr 2025 16:08:03 +0200 Subject: [PATCH] Adjust main menu font size This patch slightly adjusts the font size of list items in the main menu. I probably wouldn't mind making it even a bit bigger, but that's probably worth a separate discussion. Reasons for this adjustment: 1. Don't use different font sizes in the same lement. While the buttons rendered at 14px, the search text rendered at 16px. They should have the same font-size. 2. The buttons were below the base text size controlled by Tailwind CSS. This means, it also puts the font size below the recommended font-size for mobile devices (Google/Apple guidelines). This patch puts them at the base level. --- frontend/src/lib/components/Navbar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/Navbar.svelte b/frontend/src/lib/components/Navbar.svelte index 0e5e4f2..1d776df 100644 --- a/frontend/src/lib/components/Navbar.svelte +++ b/frontend/src/lib/components/Navbar.svelte @@ -116,7 +116,7 @@