diff --git a/app/components/float-window/FloatWindow.tsx b/app/components/float-window/FloatWindow.tsx
index 2bc0fbf..66c0584 100644
--- a/app/components/float-window/FloatWindow.tsx
+++ b/app/components/float-window/FloatWindow.tsx
@@ -5,7 +5,7 @@ import { usePathname } from "next/navigation";
import { motion, AnimatePresence } from "motion/react";
import type { HomepageEvent } from "@/lib/events-fetch";
import { cn } from "@/lib/utils";
-import { X, ChevronUp, ExternalLink, Play } from "lucide-react";
+import { X, ChevronDown, ChevronUp, ExternalLink, Play } from "lucide-react";
import styles from "./FloatWindow.module.css";
/**
@@ -63,7 +63,7 @@ export function FloatWindow({ event }: FloatWindowProps) {
exit={{ opacity: 0 }}
onClick={handleToggle}
className={cn(
- "group flex items-center gap-2 px-4 py-2",
+ "group flex h-8 items-center gap-2 px-4",
// Newsprint 风格:锐利边角,纯黑实线边框
"bg-[#111111] text-[#F9F9F7] border border-[#111111]",
"hover:bg-[#F9F9F7] hover:text-[#111111]", // 悬停时反色
@@ -74,7 +74,7 @@ export function FloatWindow({ event }: FloatWindowProps) {
>
Latest
-