diff --git a/views/index.ejs b/views/index.ejs index ec64c09..c490160 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -42,7 +42,7 @@ .msg.hidden { display:none; } .spinner { width:38px; height:38px; border:3px solid rgba(255,255,255,0.25); border-top-color:var(--akzent); border-radius:50%; animation: spin 0.9s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } } - .ctrl { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; background: #0A0A0A; border: 1px solid rgba(255,255,255,0.14); border-top: 0; padding: 12px 16px; } + .ctrl { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; background: #0A0A0A; border: 1px solid rgba(255,255,255,0.14); border-top: 0; padding: 12px 16px; margin-top: -1px; } .vu { display: flex; gap: 3px; align-items: flex-end; height: 30px; flex: none; } .vu span { width: 3px; height: 100%; background: var(--akzent); transform-origin: bottom; animation: fx-vu 0.7s infinite ease-in-out alternate; } .now { flex: 1; min-width: 180px; }