wip: desktop work

This commit is contained in:
Adam 2025-10-28 09:48:54 -05:00
commit 4e0ab6b634
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
4 changed files with 103 additions and 38 deletions

View file

@ -7,3 +7,11 @@
scrollbar-width: none; /* Firefox */
}
}
@utility truncate-start {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
direction: rtl;
text-align: left;
}

View file

@ -48,6 +48,14 @@
border-width: 0;
}
.truncate-start {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
direction: rtl;
text-align: left;
}
.text-12-regular {
font-family: var(--font-family-sans);
font-size: var(--font-size-small);