From 43f59851b188125e6d5bcc28f95fba55dd8358f2 Mon Sep 17 00:00:00 2001 From: Sebastjan Date: Sat, 25 Apr 2026 08:39:33 +0200 Subject: [PATCH] Clean leftover onair CSS --- views/index.ejs | 27 --------------------------- 1 file changed, 27 deletions(-) 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;