mirror of
https://github.com/beilunyang/moemail.git
synced 2026-09-05 23:36:37 +08:00
refactor(ui): Improve responsive layout and spacing across components
This commit is contained in:
@@ -9,7 +9,7 @@ export function Header() {
|
||||
<div className="container mx-auto h-full px-4">
|
||||
<div className="h-full flex items-center justify-between">
|
||||
<Logo />
|
||||
<div className="flex items-center gap-4">
|
||||
<div className="flex items-center gap-y-4 gap-x-3 sm:gap-x-4">
|
||||
<LanguageSwitcher />
|
||||
<ThemeToggle />
|
||||
<SignButton />
|
||||
|
||||
Reference in New Issue
Block a user