mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
fix(ui): remove top padding from navigation grid
- Remove pt-0.5 from inner motion.div container - Grid now sits flush at top with 0px padding - Maintains pb-0.5 for bottom spacing
This commit is contained in:
@@ -464,7 +464,7 @@ export const TopNavigation: React.FC<TopNavigationProps> = ({ isExpanded, setIsE
|
||||
stiffness: 400,
|
||||
damping: 25,
|
||||
}}
|
||||
className="pb-0.5 pt-0.5 overflow-y-auto lg:max-h-[2000px] md:max-h-[calc(100vh-60px)] max-h-screen"
|
||||
className="pb-0.5 overflow-y-auto lg:max-h-[2000px] md:max-h-[calc(100vh-60px)] max-h-screen"
|
||||
>
|
||||
<div className="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 xl:grid-cols-5 gap-0.5">
|
||||
{navItems.map((item, index) => {
|
||||
|
||||
Reference in New Issue
Block a user