fix bugs and now final version of UI

This commit is contained in:
luisa.bellitto 2025-06-20 19:20:16 +02:00 committed by Kai Ritthaler
parent 788be272a7
commit a4ea3e924c
6 changed files with 151 additions and 178 deletions

View file

@ -1,14 +1,12 @@
.dialog-content {
display: flex;
flex-direction: column;
display: flex;
flex-direction: column;
}
.profile-image-large {
width: 5rem;
height: 5rem;
width: 20rem;
height: 20rem;
object-fit: cover;
border-radius: 8px;
}
#file {
max-width: 50rem;
max-height: 50rem;
}