fix(ui): improve recent folders path display (#147)

This commit is contained in:
Shantur Rathore
2026-02-11 14:24:29 +00:00
parent ea92c0609d
commit 9b76521a90
2 changed files with 67 additions and 6 deletions

View File

@@ -153,6 +153,16 @@
@apply opacity-50;
}
/* Truncate from the start (keeps end visible; good for paths) */
.truncate-start {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
direction: rtl;
text-align: left;
unicode-bidi: plaintext;
}
/* Prevent iOS Safari auto-zoom on text input focus */
@media (pointer: coarse) {
input[type="text"],