From 74d777a52b43fac6ec63600cb8c9a0d60f82ccc4 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:50:58 +0200 Subject: [PATCH] Calculate proper appbar width The appbar width for the title and actions never considered the navbar width and thus, the actions were cut off on smaller screens --- src/components/navbar/DefaultNavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar/DefaultNavBar.tsx b/src/components/navbar/DefaultNavBar.tsx index 5b5221fb..8c68b76f 100644 --- a/src/components/navbar/DefaultNavBar.tsx +++ b/src/components/navbar/DefaultNavBar.tsx @@ -146,7 +146,7 @@ export function DefaultNavBar() {