This commit is contained in:
Psitacus 2026-01-10 00:01:12 +00:00 committed by GitHub
commit 64c0e38664
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 97 additions and 19 deletions

View file

@ -153,4 +153,20 @@
}
}
}
.longterm-indicator {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 8px;
margin-top: 4px;
border-top: 1px solid light-dark(@dark-blue-40, @beige-40);
font-size: var(--font-size-12);
color: light-dark(@dark-80, @beige-80);
cursor: default;
i {
font-size: var(--font-size-10);
}
}
}