fix: 모바일 오른쪽 레일 스크롤과 프리뷰 카드 배치 보정

This commit is contained in:
2026-04-03 18:13:20 +09:00
parent 5ef833fde5
commit 947837fe40
4 changed files with 37 additions and 0 deletions

View File

@@ -3198,6 +3198,9 @@ onUnmounted(() => {
.previewOnly {
padding: 14px;
}
.viewerSidebar__section {
margin-top: 0;
}
.pool {
grid-template-columns: repeat(4, minmax(0, 1fr));
}