From 36f0e7a0c5c26854b01ab91ae6a22cd2f3c889fb Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 22 Aug 2024 13:37:06 +0800 Subject: [PATCH] Increase line height for menu items --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 857d7fbe..3622b2cc 100644 --- a/src/app.css +++ b/src/app.css @@ -1874,7 +1874,7 @@ body > .szh-menu-container { display: flex; gap: 8px; align-items: center; - line-height: 1.1; + line-height: 1.3; padding: 8px 16px !important; /* transition: all 0.1s ease-in-out; */ text-decoration: none;