mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-03-15 04:53:18 +08:00
fix: 调整搜索标题的样式以提升视觉效果
* 更新 `SearchHeader.vue` 中的标题样式,增加顶部间距以改善布局和视觉一致性。
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user