From d9b662106c124d211c85a0cdae9271e3ab04666e Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Fri, 5 Feb 2021 17:58:27 +0100 Subject: [PATCH] rename class --- htdocs/css/openwebrx-header.css | 4 ++-- htdocs/include/header.include.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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