릴리스: v1.3.58 관리자 드래그 fallback 및 드롭존 재정비

This commit is contained in:
2026-04-02 12:06:13 +09:00
parent 717e3b97f0
commit 4f300e7dbc
3 changed files with 20 additions and 8 deletions

View File

@@ -2628,10 +2628,16 @@ function userAvatarFallback(user) {
align-items: start;
}
.adminUiScope .dropZone {
padding: 18px;
min-height: 180px;
padding: 24px 18px;
border-radius: 16px;
border: 1px dashed var(--theme-border-strong);
border: 2px dashed color-mix(in srgb, var(--theme-border-strong) 82%, rgba(255, 255, 255, 0.12));
background: var(--theme-pill-bg);
display: grid;
place-items: center;
align-content: center;
text-align: center;
cursor: pointer;
transition:
border-color 0.16s ease,
background 0.16s ease,
@@ -2644,18 +2650,21 @@ function userAvatarFallback(user) {
}
.adminUiScope .dropZone__title {
font-weight: 900;
font-size: 16px;
}
.adminUiScope .dropZone__desc {
margin-top: 8px;
font-size: 13px;
opacity: 0.74;
line-height: 1.5;
max-width: 480px;
}
.adminUiScope .dropZone__actions {
margin-top: 12px;
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: center;
}
.adminUiScope .itemPreviewCard {
margin-top: 12px;