diff --git a/src/index.html b/src/index.html index 9c0c668..4f86f2e 100644 --- a/src/index.html +++ b/src/index.html @@ -805,8 +805,8 @@
Nicht verbunden - - v4.1.13 + + diff --git a/src/styles.css b/src/styles.css index b13886e..3e7b9df 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1840,6 +1840,20 @@ select option { .status-dot.connected { background: var(--success); } .status-dot.error { background: var(--error); } +.status-bar-queue-summary { + color: var(--text-secondary); + font-size: 12px; + margin-left: auto; + padding-right: 12px; + font-variant-numeric: tabular-nums; +} + +.status-bar-version { + color: var(--text-secondary); + font-size: 12px; + opacity: 0.7; +} + /* Old generic scrollbar rules were dead — superseded by the purple-themed *::-webkit-scrollbar block further down the file. Removed to avoid confusion when someone greps for scrollbar styles. */