From 50e88ee146588aa926c5877f2d34362b33e00cf9 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Thu, 20 Mar 2025 21:33:31 +0000 Subject: [PATCH] more layout fixing --- src/Components/AppShell/NavBar.tsx | 5 +++-- src/Components/Map/Subcomponents/AddButton.tsx | 5 ++++- .../Map/Subcomponents/Controls/LayerControl.tsx | 2 +- .../Map/Subcomponents/Controls/SearchControl.tsx | 4 ++-- src/Components/Templates/AttestationForm.tsx | 8 ++++---- src/Components/Templates/EmojiPicker.tsx | 12 +++++++++--- src/Components/Templates/SelectUser.tsx | 8 ++++---- 7 files changed, 27 insertions(+), 17 deletions(-) diff --git a/src/Components/AppShell/NavBar.tsx b/src/Components/AppShell/NavBar.tsx index 49976fd7..33a09816 100644 --- a/src/Components/AppShell/NavBar.tsx +++ b/src/Components/AppShell/NavBar.tsx @@ -130,13 +130,14 @@ export default function NavBar({ appName }: { appName: string }) { Settings
  • - { void onLogout() }} > Logout - +
  • diff --git a/src/Components/Map/Subcomponents/AddButton.tsx b/src/Components/Map/Subcomponents/AddButton.tsx index 48afa52c..5781a1ab 100644 --- a/src/Components/Map/Subcomponents/AddButton.tsx +++ b/src/Components/Map/Subcomponents/AddButton.tsx @@ -32,7 +32,10 @@ export default function AddButton({ <> {canAddItems() ? (
    -