install file picker and fix UI bugs

This commit is contained in:
luisa.bellitto 2025-06-21 20:19:58 +02:00 committed by Rudi Regentonne
parent c88c81adf3
commit 1e551ff4d9
6 changed files with 121 additions and 64 deletions

View file

@ -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;
}
}