릴리스: v1.3.82 프리뷰 메타와 요청 카드 동작 정리

This commit is contained in:
2026-04-02 16:38:57 +09:00
parent 8a44b51cce
commit 7f7475fb20
5 changed files with 33 additions and 13 deletions

View File

@@ -991,6 +991,10 @@ onUnmounted(() => {
</div>
</div>
</div>
<div class="previewOnly__footer">
<span>{{ effectiveAuthorName }}</span>
<span>{{ formatExportDate(fallbackTimestamp) }}</span>
</div>
</div>
</section>
@@ -1539,6 +1543,15 @@ onUnmounted(() => {
opacity: 0.52;
filter: grayscale(0.22) brightness(0.78);
}
.previewOnly__footer {
display: flex;
justify-content: space-between;
gap: 12px;
flex-wrap: wrap;
padding-top: 8px;
color: var(--theme-text-soft);
font-size: 13px;
}
.toggleSwitch {
display: inline-flex;
align-items: center;