0.2.1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user