1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00

file styling fixes

This commit is contained in:
Laura
2025-09-16 20:55:01 +02:00
parent e9e734bf3f
commit 386cfe3362

View File

@@ -835,9 +835,15 @@ body:not(.loading) #loading {
border: 1px solid #363a4f; border: 1px solid #363a4f;
} }
.files .file .name {
overflow: hidden;
text-overflow: ellipsis;
}
.files .file::before { .files .file::before {
content: ""; content: "";
background-image: url(icons/file.svg); background-image: url(icons/file.svg);
flex-shrink: 0;
} }
.files .file button.remove { .files .file button.remove {