Fixed bug where editing account on mobile would have a different width than the rest of the content

This commit is contained in:
FractalParadigm 2025-03-12 05:29:15 -04:00
parent fe3aade901
commit 4b75be9f2f

View File

@ -36,6 +36,9 @@
#accountSocialsPanel { #accountSocialsPanel {
width: 94%; width: 94%;
} }
#accountSocialsPanelEdit {
width: 94%;
}
#passwordChangePanel { #passwordChangePanel {
width: 94%; width: 94%;
} }