This commit is contained in:
2026-04-02 16:51:28 +02:00
parent 945115527f
commit 9e14e41b36
15 changed files with 1740 additions and 492 deletions

View File

@@ -10,7 +10,7 @@ body {
}
.container {
max-width: 980px;
max-width: 1100px;
margin: 0 auto;
padding: 24px;
}
@@ -43,6 +43,15 @@ button:disabled {
cursor: default;
}
input[type="text"] {
border: 1px solid #374151;
border-radius: 8px;
padding: 10px 12px;
background: #0b1220;
color: #f9fafb;
min-width: 220px;
}
.preview-wrap {
width: 100%;
aspect-ratio: 16/9;
@@ -51,7 +60,6 @@ button:disabled {
border: 1px solid #374151;
border-radius: 8px;
overflow: hidden;
margin-bottom: 16px;
display: flex;
align-items: center;
justify-content: center;
@@ -78,12 +86,3 @@ pre {
gap: 16px;
margin-bottom: 16px;
}
input[type="text"] {
border: 1px solid #374151;
border-radius: 8px;
padding: 10px 12px;
background: #0b1220;
color: #f9fafb;
min-width: 220px;
}