style(frontend): optically nudge the document glyph in file chips

This commit is contained in:
hh
2026-08-13 04:07:34 +02:00
parent 995322b17a
commit 0b8e90159f
@@ -97,6 +97,10 @@
background: transparent; background: transparent;
} }
.file-glyph :global(.icon) {
transform: translate(1.5px, -1.5px);
}
.file-glyph { .file-glyph {
display: flex; display: flex;
flex-shrink: 0; flex-shrink: 0;