From 0a7487ff04a3c96b595d5408e8effaaa84740fca Mon Sep 17 00:00:00 2001 From: Merlin Scheurer Date: Mon, 20 Apr 2026 13:16:59 +0200 Subject: [PATCH] Refac move the switch icon to the top right to no cover controls in chrome --- frontend/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/style.css b/frontend/src/style.css index 8504f625..82d27b12 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -1548,7 +1548,7 @@ video:-webkit-full-screen { .audio-mode-icon-btn { position: absolute; - bottom: 46px; /* sit above the native controls bar (~40px) */ + top: 8px; /* sit above the native controls bar (~40px) */ right: 8px; width: 36px; height: 36px;