event - update mapado infos on update

This commit is contained in:
isUnknown 2024-07-30 19:03:01 +02:00
parent 6df3927970
commit c1a94e832f
10 changed files with 215 additions and 11 deletions

View file

@ -1,3 +1,8 @@
body.progress * {
cursor: progress !important;
}
}
.grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
}