mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 19:18:51 +00:00
install file picker and fix UI bugs
This commit is contained in:
parent
df9b44d061
commit
3a0a3e4331
6 changed files with 121 additions and 64 deletions
|
@ -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)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue