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