v1.4.4: 메인 화면 커버 미리보기·오버레이 줄바꿈 수정

- 설정 미리보기를 HomeHero와 동일한 오버레이로 표시하고 편집 모드에서 크게 보이도록 조정
- 오버레이 본문 줄바꿈이 홈·미리보기에서 보이도록 whitespace-pre-line 적용
This commit is contained in:
2026-05-21 19:01:17 +09:00
parent 9e5728074a
commit 8f53210756
4 changed files with 23 additions and 26 deletions

View File

@@ -47,7 +47,7 @@ const hasOverlay = computed(() => Boolean(props.title?.trim() || props.text?.tri
</h2>
<p
v-if="text"
class="home-hero__text max-w-[32rem] text-sm leading-relaxed text-white/85"
class="home-hero__text max-w-[32rem] whitespace-pre-line text-sm leading-relaxed text-white/85"
>
{{ text }}
</p>