refactor(css): reduce css icons

This commit is contained in:
Edouard Vanbelle
2026-04-10 00:23:39 +02:00
parent 49c3406e4b
commit 3ab219f77d
2 changed files with 36 additions and 121 deletions
+8 -6
View File
@@ -64,12 +64,14 @@
text-align: right;
}
.files-list-view .file-item .name-cell {
display: flex;
align-items: center;
gap: 12px;
min-width: 0;
overflow: hidden;
.files-list-view {
& .file-item .name-cell {
display: flex;
align-items: center;
gap: 12px;
min-width: 0;
overflow: hidden;
}
}
.files-list-view .file-item .name-cell span {