Reposition mini player to sit left of bell/help buttons at same baseline

This commit is contained in:
Broque Thomas 2026-04-14 20:08:20 -07:00
parent b498012c42
commit 1475e3882c

View file

@ -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 { .media-player {
position: fixed; position: fixed;
bottom: 88px; bottom: 24px;
right: 16px; right: 132px;
width: 360px; width: 340px;
background: linear-gradient(180deg, background: linear-gradient(180deg,
rgba(24, 24, 24, 0.97) 0%, rgba(24, 24, 24, 0.97) 0%,
rgba(16, 16, 16, 0.99) 50%, 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 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 { .toast-container {
position: fixed; position: fixed;
bottom: 174px; bottom: 104px;
right: 24px; right: 24px;
z-index: 99999; z-index: 99999;
pointer-events: none; pointer-events: none;