style(ui): float Settings and Profile page cards to match design system
CI and Deploy / test (push) Successful in 2m13s
CI and Deploy / deploy (push) Successful in 39s

This commit is contained in:
cesnimda
2026-07-13 09:38:30 +02:00
parent 125235c293
commit 520b002026
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -469,7 +469,7 @@ export default function ProfilePage() {
}, [rewritePreview?.fullText, rewritePreview?.templateId, rewritePreview?.targetRole, resetPdfCarousel]);
return (
<Paper sx={{ mt: 0, p: 2.5 }}>
<Paper sx={{ mt: 0, p: 2.5, borderRadius: 4, border: "none", boxShadow: "0px 1px 2px 0px rgba(15,23,42,0.04), 0px 8px 24px -12px rgba(15,23,42,0.12)" }}>
<CropImageDialog
open={cropOpen}
file={avatarFile}