wip: desktop work

This commit is contained in:
Adam
2025-10-28 09:48:54 -05:00
parent d36485b7af
commit 4e0ab6b634
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);