We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b5e8b commit 8a344b0Copy full SHA for 8a344b0
src/components/Navbar.tsx
@@ -164,14 +164,14 @@ export const Navbar = () => {
164
<div
165
className={cn(
166
// base
167
- 'flex flex-row gap-2 justify-between p-2 pb-4 px-8',
+ 'flex flex-row gap-2 justify-between p-2 pb-4 px-2',
168
// tablet
169
'md:px-0 md:flex-col md:gap-2 md:h-full md:space-y-8 md:justify-normal',
170
// desktop
171
'xl:space-y-0',
172
)}
173
>
174
- <div className="flex flex-row items-center gap-2 p-3">
+ <div className="flex-row items-center gap-2 p-3 hidden md:flex">
175
{handle && <Avatar handle={handle} avatar={profile?.avatar} hover={false} />}
176
</div>
177
<HomeLink />
0 commit comments