feat: Migrations, profile pictures, editing profile

This commit is contained in:
Aleksi Lassila
2024-06-16 02:40:07 +03:00
parent 6cd7d5ffbf
commit c62bc83a1a
34 changed files with 784 additions and 360 deletions

View File

@@ -92,6 +92,11 @@ html[data-useragent*="Tizen"] .selectable-secondary {
@apply font-semibold text-2xl text-secondary-100;
}
.header3 {
@apply font-semibold text-3xl text-secondary-100;
}
.header4 {
@apply font-semibold text-4xl text-secondary-100 tracking-wider;
}