fix: 调整搜索标题的样式以提升视觉效果

* 更新 `SearchHeader.vue` 中的标题样式,增加顶部间距以改善布局和视觉一致性。
This commit is contained in:
AdingApkgg
2025-11-20 03:51:13 +08:00
parent 9d1bc0ecf7
commit 06166500e7

View File

@@ -3,7 +3,7 @@
<div class="flex flex-col items-center gap-4 sm:gap-6">
<!-- Title with gamepad icon and status -->
<div
class="header-title flex flex-col sm:flex-row items-center justify-center gap-3 sm:gap-4 my-6 sm:my-12 animate-fade-in-down"
class="header-title flex flex-col sm:flex-row items-center justify-center gap-3 sm:gap-4 my-12 sm:my-12 animate-fade-in-down"
>
<h1
class="text-3xl sm:text-4xl lg:text-5xl font-bold text-center text-white drop-shadow-[0_4px_8px_rgba(0,0,0,0.3)] flex items-center gap-2 sm:gap-3"