mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): Fix navbar alignment on small screens (#7739)
Co-authored-by: Ammar Bandukwala <ammar@ammar.io>
This commit is contained in:
co-authored by
Ammar Bandukwala
parent
b32ed2d97e
commit
1952c042e1
@@ -161,7 +161,7 @@ export const NavbarView: FC<NavbarViewProps> = ({
|
||||
|
||||
<Box
|
||||
display="flex"
|
||||
marginLeft={{ lg: "auto" }}
|
||||
marginLeft={{ md: "auto" }}
|
||||
gap={2}
|
||||
alignItems="center"
|
||||
paddingRight={2}
|
||||
|
||||
Reference in New Issue
Block a user