From 1475e3882c452f47feda8be07c90384a5cc7b380 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Tue, 14 Apr 2026 20:08:20 -0700 Subject: [PATCH] Reposition mini player to sit left of bell/help buttons at same baseline --- webui/static/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/webui/static/style.css b/webui/static/style.css index 94f8863a..6fd142dd 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -506,12 +506,12 @@ body { ); } -/* ── Floating Mini Media Player — fixed bottom-right ─────────────────────── */ +/* ── Floating Mini Media Player — sits left of the bell/help buttons ────── */ .media-player { position: fixed; - bottom: 88px; - right: 16px; - width: 360px; + bottom: 24px; + right: 132px; + width: 340px; background: linear-gradient(180deg, rgba(24, 24, 24, 0.97) 0%, rgba(16, 16, 16, 0.99) 50%, @@ -5057,10 +5057,10 @@ body.helper-mode-active #dashboard-activity-feed:hover { NOTIFICATION SYSTEM — Compact toasts + bell button + notification panel ================================================================================== */ -/* Toast container — bottom-right, above the mini player */ +/* Toast container — bottom-right, above the mini player + bell/help row */ .toast-container { position: fixed; - bottom: 174px; + bottom: 104px; right: 24px; z-index: 99999; pointer-events: none;