fix 11e3 nascosto

This commit is contained in:
2026-02-11 22:06:30 +01:00
parent 7d183929d7
commit 88ba970316
2 changed files with 5 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
</div> </div>
<!-- LOADING --> <!-- LOADING -->
<div id="loading" class="loading" style="display: none;"> <div id="loading" class="loading nascosto">
⏳ Caricamento... ⏳ Caricamento...
</div> </div>

View File

@@ -247,3 +247,7 @@ h1 {
color: #333; color: #333;
margin: 0; margin: 0;
} }
.nascosto {
display: none;
}