fix timer

This commit is contained in:
2026-02-10 13:30:25 +01:00
parent d1b81c4d3e
commit 55a76be186
10 changed files with 38 additions and 28 deletions

View File

@@ -171,7 +171,6 @@ tooltip {
#spacer {
font-weight: 900;
padding: 0 5px;
text-shadow: 0 0 5px #ffffffaa;
border-radius: 4px;
}
@@ -181,10 +180,10 @@ tooltip {
}
.workspace-pill {
padding: 2px 5px;
padding: 2px 4px;
border-radius: 4px;
text-shadow: 0 0 2px #646464;
margin: 0 2px;
color: #cccccc;
transition:
background-color 0.2s,
color 0.2s,
@@ -281,7 +280,7 @@ tooltip {
.bluetooth-device-address {
font-size: 10px;
color: #cccccc;
color: #cccccce7;
}
.bluetooth-settings-row {