version 0.3.0 #1

Merged
ari merged 22 commits from dev into main 2024-07-02 19:39:03 +00:00
2 changed files with 1 additions and 5 deletions
Showing only changes of commit 2a65fbb6b4 - Show all commits

View file

@ -92,7 +92,7 @@
<style> <style>
.notification { .notification {
display: block; display: block;
margin: 8px 0; margin-bottom: 8px;
padding: 16px; padding: 16px;
border-radius: 8px; border-radius: 8px;
background: var(--bg-800); background: var(--bg-800);

View file

@ -47,10 +47,6 @@
font-size: 1.5em; font-size: 1.5em;
} }
.notifications {
margin: 16px 0;
}
.loading { .loading {
width: 100%; width: 100%;
height: 80vh; height: 80vh;