fix(ui): improve recent folders path display (#147)
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user