검증게시판, 압축파일, 한글파일 첨부가능

This commit is contained in:
Macbook
2026-06-13 01:44:49 +09:00
parent beeebed8f4
commit 864d85484d
7 changed files with 297 additions and 73 deletions
+25
View File
@@ -855,6 +855,31 @@
cursor: zoom-in;
}
.vbd-attach-thumb--file {
display: flex;
align-items: center;
justify-content: center;
height: 100px;
cursor: pointer;
background: color-mix(in srgb, var(--accent, #3f7ef5) 8%, var(--bg2, #1a1b26));
border-radius: 6px;
}
.vbd-attach-file-badge {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 52px;
padding: 6px 10px;
border-radius: 8px;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.04em;
color: var(--accent, #7aa2f7);
background: color-mix(in srgb, var(--accent, #3f7ef5) 16%, transparent);
border: 1px solid color-mix(in srgb, var(--accent, #3f7ef5) 35%, transparent);
}
.vbd-attach-item img {
display: block;
width: 100%;