diff --git a/htdocs/css/openwebrx-header.css b/htdocs/css/openwebrx-header.css index bc1ee2d..f9a765e 100644 --- a/htdocs/css/openwebrx-header.css +++ b/htdocs/css/openwebrx-header.css @@ -28,7 +28,7 @@ height: 283px; } -.webrx-top-bar-parts { +.webrx-top-bar { height:67px; background: rgba(128, 128, 128, 0.15); @@ -46,7 +46,7 @@ flex-direction: row; } -.webrx-top-bar-parts > * { +.webrx-top-bar > * { flex: 0; } diff --git a/htdocs/include/header.include.html b/htdocs/include/header.include.html index a991d47..56aac5c 100644 --- a/htdocs/include/header.include.html +++ b/htdocs/include/header.include.html @@ -1,5 +1,5 @@
-
+
Receiver avatar