diff --git a/views/index.ejs b/views/index.ejs index 54fc54c..2ea0ea8 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -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;