전체 페이지 헤더 여백 통일 및 z-index 충돌 해결

주요 변경사항:
- story-reader.html: pt-4 → pt-20
- pdf-manager.html: py-8 → pt-20 pb-8
- upload.html: py-8 → pt-20 pb-8
- index.html: py-8 → pt-20 pb-8
- search.html: py-8 → pt-20 pb-8
- memo-tree.html: pt-16 → pt-20
- notebooks.html: py-8 → pt-20 pb-8
- notes.html: py-8 → pt-20 pb-8

헤더(h-16, z-50)와의 충돌을 방지하기 위해 모든 페이지의 상단 여백을 pt-20(80px)으로 통일
This commit is contained in:
Hyungi Ahn
2025-09-04 10:25:57 +09:00
parent 43e7466195
commit f221a5611c
8 changed files with 8 additions and 8 deletions

View File

@@ -656,7 +656,7 @@
</div>
<!-- 메인 컨테이너 -->
<div class="h-screen pt-16" x-show="currentUser">
<div class="h-screen pt-20" x-show="currentUser">
<!-- 상단 툴바 -->
<div class="bg-white border-b shadow-sm p-4">
<div class="flex items-center justify-between">