From 00e57a932ff71fed5a71f6eb870d10064f1da6be Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Sat, 16 Dec 2023 13:46:04 +0100 Subject: [PATCH] Downscale navigation on very small screens --- src/components/Avatar.tsx | 4 +++- src/components/layout/Navigation.tsx | 7 +++++-- tailwind.config.ts | 24 +++++++++++++++--------- 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/src/components/Avatar.tsx b/src/components/Avatar.tsx index 7a7b4882..894e50d6 100644 --- a/src/components/Avatar.tsx +++ b/src/components/Avatar.tsx @@ -66,7 +66,9 @@ export function UserAvatar(props: { <> diff --git a/src/components/layout/Navigation.tsx b/src/components/layout/Navigation.tsx index d7cec107..3f8eb08f 100644 --- a/src/components/layout/Navigation.tsx +++ b/src/components/layout/Navigation.tsx @@ -79,8 +79,11 @@ export function Navigation(props: NavigationProps) { >
-
- +
+