Push Version 1

This commit is contained in:
MasterAcnolo
2025-06-28 18:33:16 +02:00
parent 8b4b3c84e0
commit 1216e5f10d
5 changed files with 18 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
.container {
.container, .infos-container {
position: relative;
top: 0;
left: 0;
@@ -9,4 +9,4 @@
display: flex;
flex-direction: column;
align-items: center;
}
}

View File

@@ -1,4 +1,6 @@
#downloadStatus {
margin-top: 1em;
min-height: 1.5em;
font-weight: bold;
text-align: center;

View File

@@ -29,11 +29,16 @@ body {
color: #333;
display: flex;
justify-content: center;
align-items: center;
align-items: center;
display: flex;
flex-direction: column;
align-items: center;
}
#videoInfo {
/* #videoInfo {
margin-top: 100px;
padding: 1em;
max-width: 600px;
@@ -51,4 +56,4 @@ body {
#videoInfo.visible {
opacity: 1;
max-height: 1000px;
}
} */