Remove speed control

This commit is contained in:
Peter Stockings
2026-03-02 21:28:24 +11:00
parent bec873a9c7
commit 2020b59259
4 changed files with 46 additions and 109 deletions

View File

@@ -282,6 +282,30 @@ select {
font-size: 0.75rem;
}
/* Format warning (MKV etc.) */
.format-warning {
width: 100%;
margin-top: 8px;
padding: 10px 14px;
background: rgba(243, 156, 18, 0.1);
border: 1px solid rgba(243, 156, 18, 0.3);
border-radius: var(--radius);
color: var(--warning);
font-size: 0.78rem;
line-height: 1.5;
}
.format-warning code {
display: inline-block;
margin-top: 4px;
padding: 2px 8px;
background: rgba(0, 0, 0, 0.3);
border-radius: 4px;
font-family: monospace;
font-size: 0.75rem;
color: var(--text-primary);
}
/* Buttons */
.btn-primary {
width: 100%;