From e852c419bc9f75954e01820921fc744edefd2320 Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Wed, 24 Aug 2022 22:36:41 -0700 Subject: [PATCH] making admin dashboard more mobile friendly --- net/web/src/admin/dashboard/Dashboard.jsx | 9 +++++---- .../src/admin/dashboard/Dashboard.styled.js | 19 +++++++++++++++++-- .../dashboard/accountItem/AccountItem.jsx | 9 +++++---- .../accountItem/AccountItem.styled.js | 17 +++++++++++++++-- net/web/src/admin/prompt/Prompt.jsx | 12 +++++++++++- net/web/src/admin/prompt/usePrompt.hook.js | 2 +- 6 files changed, 54 insertions(+), 14 deletions(-) diff --git a/net/web/src/admin/dashboard/Dashboard.jsx b/net/web/src/admin/dashboard/Dashboard.jsx index a03eeab3..8dac58f0 100644 --- a/net/web/src/admin/dashboard/Dashboard.jsx +++ b/net/web/src/admin/dashboard/Dashboard.jsx @@ -79,10 +79,11 @@ export function Dashboard({ token, config, logout }) { footer={[ ]} onCancel={() => actions.setShowCreate(false)}> -
{createLink()}
- ]} onCancel={() => actions.setShowAccess(false)}> -
{accessLink()}
-