Add cool animations and placeholder pfps

This commit is contained in:
olcxja 2026-05-13 22:15:06 +02:00
commit e0c044a894
13 changed files with 624 additions and 204 deletions

View file

@ -40,9 +40,16 @@ html {
body {
padding-top: env(safe-area-inset-top);
background-color: var(--main-bg-color);
overflow: hidden;
}
main, loading, body {
display: flex;
height: 100dvh;
overflow: hidden;
}
loading {
justify-content: center;
align-items: center;
width: 100%;
}
* {
font-size: 1rem;