remove non ASCII chars

This commit is contained in:
2025-06-02 00:44:43 +01:00
parent 42345c47b9
commit 6fa42e8f45
2 changed files with 9 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
/* space-status.css styles the indicator as a pillshaped button */
/* space-status.css - styles the indicator as a pill-shaped button */
.space-status-indicator {
display:inline-flex;
align-items:center;
gap:0.4em;
padding:0.25em 0.75em;
border-radius:1em; /* fullyrounded corners */
border-radius:1em; /* fully-rounded corners */
font-size:0.95em;
font-weight:600;
line-height:1;