news filter row: add items-center so sort dropdown aligns horizontally with date-range box
This commit is contained in:
@@ -164,7 +164,7 @@ export default function NewsPage({
|
||||
<div className="bg-[#0d0d0d] border-b border-[#1e1e1e] py-4">
|
||||
<div className="max-w-container mx-auto px-4 space-y-3">
|
||||
{/* 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 */}
|
||||
<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">
|
||||
|
||||
Reference in New Issue
Block a user