mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 06:08:54 +00:00
select profile picture dialog
This commit is contained in:
parent
b7d65b08cb
commit
788be272a7
7 changed files with 112 additions and 48 deletions
14
code/frontend/src/components/changeAvatarDialog.css
Normal file
14
code/frontend/src/components/changeAvatarDialog.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
.dialog-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.profile-image-large {
|
||||
width: 5rem;
|
||||
height: 5rem;
|
||||
}
|
||||
|
||||
#file {
|
||||
max-width: 50rem;
|
||||
max-height: 50rem;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue