mirror of
https://github.com/mroxso/zelo-news.git
synced 2026-06-06 02:21:11 +02:00
fix: add padding to LoginArea in mobile header for better spacing
This commit is contained in:
@@ -53,7 +53,7 @@ export function Header() {
|
||||
{/* Mobile: show LoginArea in header (bottom nav is still used for nav) */}
|
||||
<div className="sm:hidden flex items-center">
|
||||
<ThemeToggle />
|
||||
<LoginArea />
|
||||
<LoginArea className='pl-2' />
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user