diff --git a/modules/web.html b/modules/web.html index 402574b..1537347 100644 --- a/modules/web.html +++ b/modules/web.html @@ -54,7 +54,7 @@ .btn.activated { background:linear-gradient(90deg, #9ed3ff46, #5bbbff2a); } .btn.primary{background:linear-gradient(90deg,var(--accent), #6cc7ff); color:#001; border:none; font-weight:600} .btn.primary:hover { background:linear-gradient(90deg, #3399ee, #5bbaff); } - .list{background:#07121a; border-radius:8px; padding:8px; overflow:auto; border:1px solid rgba(255,255,255,0.02)} + .list{background:#07121a; border-radius:8px; padding:8px; overflow:hidden; border:1px solid rgba(255,255,255,0.02)} ul.playlist{list-style:none; padding:6px; margin:0; font-family: "Consolas",monospace; font-size:13px;} ul.playlist li{padding:6px 8px; border-radius:6px; display:flex; justify-content:space-between; gap:8px; transition: background-color 0.12s ease;} ul.playlist li:hover{background:rgba(255,255,255,0.02)}