From 386f124fe903ebbab67da9c8ed8b84e8a203d744 Mon Sep 17 00:00:00 2001 From: Lea Date: Thu, 21 Sep 2023 20:52:09 +0200 Subject: [PATCH] fix: reorder action buttons on small screens --- components/pages/inspector/AccountActions.tsx | 2 +- components/pages/inspector/ServerActions.tsx | 2 +- components/pages/inspector/UserActions.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/pages/inspector/AccountActions.tsx b/components/pages/inspector/AccountActions.tsx index e893fbd..5be8abb 100644 --- a/components/pages/inspector/AccountActions.tsx +++ b/components/pages/inspector/AccountActions.tsx @@ -45,7 +45,7 @@ export function AccountActions({ const [emailDraft, setEmailDraft] = useState(""); return ( -
+