Clean leftover onair CSS

This commit is contained in:
Sebastjan 2026-04-25 08:39:33 +02:00
parent fd5323ab50
commit 43f59851b1

View File

@ -197,33 +197,6 @@
.player-frame:focus-within .player-overlay {
opacity: 1;
}
.player-top {
position: absolute;
top: 14px;
left: 14px;
display: flex;
gap: 10px;
}
.onair {
display: inline-flex;
align-items: center;
gap: 6px;
background: var(--folx-magenta);
color: white;
padding: 5px 10px 5px 8px;
font-family: 'Archivo Black', sans-serif;
font-size: 11px;
letter-spacing: 0.18em;
border-radius: 3px;
}
.onair::before {
content: '';
width: 6px;
height: 6px;
border-radius: 50%;
background: white;
animation: livePulse 1.6s infinite;
}
.player-controls {
position: absolute;
bottom: 14px;