Add loading indicator, improve icons, improve layout

This commit is contained in:
Brian Beck 2024-10-23 14:02:29 -10:00
parent 41a3753623
commit fa0b047e19
19 changed files with 560 additions and 795 deletions

View file

@ -24,7 +24,9 @@ body {
flex-direction: column;
margin: 0;
padding: 0;
min-height: 100vh;
height: 100vh;
max-height: 100vh;
overflow: hidden;
background-color: #699697;
background-image: url("../public/noise.png"),
linear-gradient(to bottom, #5be9ee 0%, #1e4172 100%);