Push avant Clean

This commit is contained in:
MasterAcnolo
2025-11-09 09:04:57 +01:00
parent ac854ae559
commit 4954de5f1a
71 changed files with 1256 additions and 1350 deletions

View File

@@ -0,0 +1,25 @@
.container, .infos-container {
position: relative;
top: 0;
left: 0;
right: 0;
padding: 1em;
z-index: 1000;
display: flex;
flex-direction: column;
align-items: center;
}
#downloadStatus {
margin-top: 1em;
min-height: 1.5em;
font-weight: bold;
text-align: center;
color: var(--download-status-color);
}
label {
display: flex;
align-items: center;
font-size: 0.9em;
}