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 df9b44d061
commit 3a0a3e4331
6 changed files with 121 additions and 64 deletions

View file

@ -26,3 +26,14 @@ body{
z-index: -1;
background-attachment: fixed;
}
.blue-background {
border-radius: 1rem;
background-color: var(--transparent-dark-blue);
backdrop-filter: blur(8px);
height: fit-content;
}
.edit-icon {
color: var(--Rotkehlchen-brown-light)
}