Finishing up the MVP

This commit is contained in:
Bad Manners 2025-04-13 23:13:51 -03:00
parent 3619063e68
commit 7f533cc583
25 changed files with 535 additions and 291 deletions

5
static/alpine.js Normal file

File diff suppressed because one or more lines are too long

View file

@ -2,6 +2,10 @@ img {
max-width: none;
}
dialog::backdrop {
backdrop-filter: blur(32px);
}
div.center-item {
display: flex;
align-items: center;