diff --git a/data/index.html b/data/index.html
index d85d818..6d0e944 100644
--- a/data/index.html
+++ b/data/index.html
@@ -49,8 +49,14 @@
Signalstärke
-
-
dBm
+
+
+ dBm
+
diff --git a/data/style.css b/data/style.css
index c18fca5..e6d1123 100644
--- a/data/style.css
+++ b/data/style.css
@@ -308,3 +308,15 @@ div:has(.range-value) {
height: 24px;
padding: 8px;
}
+
+.connection-icon.small {
+ padding: 0;
+ height: 1em;
+}
+
+.centered-vertical {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ gap: 8px;
+}