From 10b650cf0c28a19b19d4e1c35d310e44d459a0f7 Mon Sep 17 00:00:00 2001 From: Guodong Su Date: Thu, 27 Nov 2025 05:09:00 -0500 Subject: [PATCH] fix: update topbar and bottombar css --- src/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/style.css b/src/style.css index 74dc449e..5d703e1a 100644 --- a/src/style.css +++ b/src/style.css @@ -51,7 +51,7 @@ width: 128px; opacity: 0.7; position: absolute; - top: 64px; + top: 48px; left: 0; right: 0; bottom: 0; @@ -133,10 +133,11 @@ right: 0; display: flex; justify-content: space-between; + align-items: center; } .ril__caption { - height: 64px; + height: 56px; box-sizing: border-box; fill: #131313; bottom: 5px; @@ -187,11 +188,10 @@ .ril__toolbar { top: 0; - height: 64px; + height: 48px; } .ril__toolbarSide { - height: 64px; margin: 0; }