diff --git a/python/web/src/static/themes/modern/style.css b/python/web/src/static/themes/modern/style.css index 184842e4..3710dc0c 100644 --- a/python/web/src/static/themes/modern/style.css +++ b/python/web/src/static/themes/modern/style.css @@ -651,6 +651,7 @@ table#attached-devices td.actions { table#attached-devices td.parameters form { display: flex; + align-items: center; } table#attached-devices td.parameters form label { diff --git a/python/web/src/templates/index.html b/python/web/src/templates/index.html index 8d1130c3..86b8f23f 100644 --- a/python/web/src/templates/index.html +++ b/python/web/src/templates/index.html @@ -92,6 +92,7 @@ {% if "No Media" in device.status %}
+