From c139b09148de6fedd330b006ccd53f38d50c978e Mon Sep 17 00:00:00 2001 From: Sean Hatfield Date: Thu, 6 Jun 2024 13:12:39 -0700 Subject: [PATCH] [FIX] Login screen image ui bug fix + fix footer icons when overflowing (#1602) * login screen image ui bug fix + fixed footer icons * fix uneven top/botton padding on footer * patch Sidebar UI in mobile --------- Co-authored-by: Timothy Carambat --- .../src/components/Modals/Password/index.jsx | 6 +-- .../src/components/SettingsSidebar/index.jsx | 21 +++++---- frontend/src/components/Sidebar/index.jsx | 47 +++++++++---------- 3 files changed, 36 insertions(+), 38 deletions(-) diff --git a/frontend/src/components/Modals/Password/index.jsx b/frontend/src/components/Modals/Password/index.jsx index 8f86b611..7010fc66 100644 --- a/frontend/src/components/Modals/Password/index.jsx +++ b/frontend/src/components/Modals/Password/index.jsx @@ -33,12 +33,12 @@ export default function PasswordModal({ mode = "single" }) { alt="login illustration" /> -
+
Logo diff --git a/frontend/src/components/SettingsSidebar/index.jsx b/frontend/src/components/SettingsSidebar/index.jsx index 2d59d0ff..297a1620 100644 --- a/frontend/src/components/SettingsSidebar/index.jsx +++ b/frontend/src/components/SettingsSidebar/index.jsx @@ -85,7 +85,7 @@ export default function SettingsSidebar() { />
{/* Header Information */} @@ -109,12 +109,14 @@ export default function SettingsSidebar() {
{/* Primary Body */} -
+
-
+
+
+
@@ -139,22 +141,21 @@ export default function SettingsSidebar() {
Instance Settings
-
+
-
+
-
-
-
+
+
+
diff --git a/frontend/src/components/Sidebar/index.jsx b/frontend/src/components/Sidebar/index.jsx index a32c0a3b..d4b4e007 100644 --- a/frontend/src/components/Sidebar/index.jsx +++ b/frontend/src/components/Sidebar/index.jsx @@ -32,34 +32,34 @@ export default function Sidebar() { Logo
-
-
- {(!user || user?.role !== "default") && ( - - )} +
+
+
+ {(!user || user?.role !== "default") && ( + + )} +
+
-
-
+
@@ -156,12 +156,9 @@ export function SidebarMobileHeader() {
{/* Primary Body */} -
+
-
+
{(!user || user?.role !== "default") && (
-
+