This commit is contained in:
trochas
2026-01-07 11:51:09 +01:00
parent 7094373ca2
commit 5f62ba2a54
10 changed files with 130 additions and 37 deletions

View File

@@ -49,16 +49,14 @@ code {
}
.modal{
background-color: var(--tint2);
padding: 10px;
border-radius: 20px;
min-width: 200px;
min-height: 100px;
}
.loading{
width: 24px;
height: 24px;
width: 40px;
height: 40px;
animation: spin 1s linear infinite;
}