Improve loading, add TM warning

This commit is contained in:
Piero Toffanin 2023-10-09 14:36:20 -04:00
parent 640d4f5bf2
commit e0a143987f
3 changed files with 17 additions and 3 deletions

View file

@ -74,6 +74,14 @@ a:not(.noline) {
min-height: 80vh;
}
.component{
visibility: hidden;
}
#app.loaded .component{
visibility: visible;
}
h3.header {
margin-bottom: 2.5rem;
}