VogelSocialMedia/code/frontend/src/components/changeAvatarDialog.css
2025-06-25 13:43:17 +02:00

12 lines
166 B
CSS

.dialog-content {
display: flex;
flex-direction: column;
}
.profile-image-large {
width: 20rem;
height: 20rem;
object-fit: cover;
border-radius: 8px;
}