From a09e678e41b199c609a16ae82ad24be97eb62307 Mon Sep 17 00:00:00 2001 From: MiTHRAL Date: Fri, 1 May 2026 03:32:21 -0400 Subject: [PATCH] feat: bump header height 3.2em -> 3.8em for breathing room --- themepo-elegantfin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themepo-elegantfin.css b/themepo-elegantfin.css index 86e75c8..740c551 100644 --- a/themepo-elegantfin.css +++ b/themepo-elegantfin.css @@ -68,8 +68,8 @@ /* Play Button Positioning */ --overlayPlayButtonPosition: 50%; - /* Slim header */ - --appBarHeight: 3.2em; + /* Header height */ + --appBarHeight: 3.8em; } /* --- Base Enhancements --- */