diff --git a/data/index.html b/data/index.html index 26177cb..aede861 100644 --- a/data/index.html +++ b/data/index.html @@ -40,17 +40,32 @@ PSRAM: % Uptime: - + -

+
+

+
+ +
+
Signalstärke - - dBm + + + dBm +
@@ -108,10 +123,6 @@
- -
- -
diff --git a/data/style.css b/data/style.css index c18fca5..365f982 100644 --- a/data/style.css +++ b/data/style.css @@ -168,6 +168,17 @@ dialog::backdrop { background-color: #000a; } +.dialog-header { + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + + & button { + margin: 0; + } +} + .card { background-color: var(--color-surface); padding: 8px; @@ -297,14 +308,20 @@ div:has(.range-value) { gap: 8px; } -.dialog-status button { - display: block; - margin: 0 auto; - margin-top: 32px; -} - .connection-icon { width: 24px; height: 24px; padding: 8px; } + +.connection-icon.small { + padding: 0; + height: 1em; +} + +.centered-vertical { + display: flex; + flex-direction: row; + align-items: center; + gap: 8px; +}