From 9879fd846d92a2a6ca5db732b2847ab13aa17cd7 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Thu, 10 Nov 2022 07:02:24 -0500 Subject: [PATCH] Cleaned up code --- CSS/transparent-header.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CSS/transparent-header.css b/CSS/transparent-header.css index cfad146..3eb31ca 100644 --- a/CSS/transparent-header.css +++ b/CSS/transparent-header.css @@ -1,12 +1,24 @@ -/* Transparent header bar */ +/* Transparent and lowered header bar */ .skinHeader { background-color: transparent !important; + margin-top: 0.5em !important; } /* Rounded header buttons */ .headerTabs { - background-color:rgba(25, 25, 25, 0.5) !important; + background-color:rgba(35, 35, 35, 0.5) !important; border-radius: 50px !important; backdrop-filter: blur(50px) !important; - margin-top: -1.7em !important; + margin-top: -4em !important; +} + +/* Header size */ +.headerTabs { + height: 52px !important; + top: 1px !important; +} + +/* Center text */ +.emby-button-foreground { + top: -6px !important; } \ No newline at end of file