From 4b75be9f2f1c492ecdb0ca0e3013142557fed83e Mon Sep 17 00:00:00 2001 From: FractalParadigm Date: Wed, 12 Mar 2025 05:29:15 -0400 Subject: [PATCH] Fixed bug where editing account on mobile would have a different width than the rest of the content --- styles/user_management_mobile.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/styles/user_management_mobile.css b/styles/user_management_mobile.css index 0f76420..7fb6571 100644 --- a/styles/user_management_mobile.css +++ b/styles/user_management_mobile.css @@ -30,12 +30,15 @@ } #accountDetailsPanel { - width:94%; + width: 94%; margin-bottom: 3%; } #accountSocialsPanel { - width:94%; + width: 94%; +} +#accountSocialsPanelEdit { + width: 94%; } #passwordChangePanel { - width:94%; + width: 94%; } \ No newline at end of file