mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 06:08:54 +00:00
fix bugs and now final version of UI
This commit is contained in:
parent
788be272a7
commit
a4ea3e924c
6 changed files with 151 additions and 178 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue