mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-13 16:20:49 +00:00
install file picker and fix UI bugs
This commit is contained in:
parent
c88c81adf3
commit
1e551ff4d9
6 changed files with 121 additions and 64 deletions
|
@ -31,6 +31,7 @@
|
|||
.numeral-data {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: var(--Rotkehlchen-gray);
|
||||
|
@ -49,12 +50,6 @@
|
|||
font-weight: 500;
|
||||
}
|
||||
|
||||
.profile-avatar {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background-color: aqua;
|
||||
}
|
||||
|
||||
.profile-username {
|
||||
font-weight: 700;
|
||||
font-size: 1.2rem;
|
||||
|
@ -99,7 +94,7 @@
|
|||
.numeral-data {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 2rem;
|
||||
margin-top: 1rem;
|
||||
font-weight: 700;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
@ -115,10 +110,4 @@
|
|||
flex-direction: column;
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
.profile-avatar {
|
||||
width: 5rem;
|
||||
height: 5rem;
|
||||
background-color: aqua;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue