diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 2ed969a..7111e02 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -908,10 +908,15 @@ img.openwebrx-mirror-img border-color: Red; } +.openwebrx-meta-panel { + display: flex; + flex-direction: row; +} + .openwebrx-meta-slot { + flex: 1; width: 145px; height: 196px; - float: left; margin-right: 10px; background-color: #676767; diff --git a/htdocs/index.html b/htdocs/index.html index 61df568..742cfab 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -65,32 +65,28 @@