feat: reverted "sync" stamps back to colored dots

This commit is contained in:
2026-08-31 22:00:49 +02:00
parent 564c7c6338
commit 182704b9cd
3 changed files with 11 additions and 27 deletions
-20
View File
@@ -129,26 +129,6 @@
font-variant-numeric: tabular-nums;
}
/* Rubber-stamp badge: the app's signature mark, used for sync status. */
.stamp {
display: inline-flex;
align-items: center;
gap: 0.3rem;
padding: 0.15rem 0.55rem;
border: 1.5px solid currentColor;
border-radius: 999px;
box-shadow: 0 0 0 2px var(--c-bg) inset;
outline: 1px solid currentColor;
outline-offset: 2px;
transform: rotate(-3deg);
font-family: var(--font-stamp);
font-size: 0.62rem;
letter-spacing: 0.08em;
text-transform: uppercase;
line-height: 1.4;
white-space: nowrap;
}
.page {
min-height: 100vh;
padding: 1rem 1rem calc(var(--nav-height) + var(--safe-bottom) + 1.5rem);