fix(app): titlebar cleanup (#17206)

This commit is contained in:
David Hill 2026-03-12 18:26:50 +00:00 committed by GitHub
commit 184732fc20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 910 additions and 382 deletions

View file

@ -13,6 +13,11 @@
mask-image: radial-gradient(circle 5px at calc(100% - 4px) 4px, transparent 5px, black 5.5px);
}
@utility badge-mask-tight {
-webkit-mask-image: radial-gradient(circle 5px at calc(100% - 2px) 2px, transparent 5px, black 5.5px);
mask-image: radial-gradient(circle 5px at calc(100% - 2px) 2px, transparent 5px, black 5.5px);
}
@utility truncate-start {
text-overflow: ellipsis;
overflow: hidden;