news filter row: add items-center so sort dropdown aligns horizontally with date-range box

This commit is contained in:
claude-code
2026-06-01 02:03:57 +00:00
parent 6b9251ca9b
commit 6a48473905

View File

@@ -164,7 +164,7 @@ export default function NewsPage({
<div className="bg-[#0d0d0d] border-b border-[#1e1e1e] py-4"> <div className="bg-[#0d0d0d] border-b border-[#1e1e1e] py-4">
<div className="max-w-container mx-auto px-4 space-y-3"> <div className="max-w-container mx-auto px-4 space-y-3">
{/* Row 1: Search + Sort */} {/* Row 1: Search + Sort */}
<div className="flex flex-col sm:flex-row gap-3"> <div className="flex flex-col sm:flex-row sm:items-center gap-3">
{/* Search */} {/* Search */}
<div className="relative flex-1"> <div className="relative flex-1">
<svg className="absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-[#555]" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <svg className="absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-[#555]" fill="none" stroke="currentColor" viewBox="0 0 24 24">