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

@ -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%;
}