gh-14843: Prevent quick audio tracks from creating a new controller (gh-14871)

This commit is contained in:
mr. m
2026-08-07 02:01:57 +02:00
committed by GitHub
parent e7a3e1ee29
commit 73ed322695
7 changed files with 117 additions and 48 deletions

View File

@@ -262,7 +262,7 @@
light-dark(white, black)
);
--zen-sidebar-notification-shadow: 0 0 6px light-dark(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
--zen-sidebar-notification-outline: 1px solid light-dark(transparent, rgba(255, 255, 255, 0.15));
--zen-sidebar-notification-outline: 1px solid light-dark(transparent, rgba(255, 255, 255, 0.1));
--zen-sidebar-themed-icon-fill: light-dark(color-mix(in srgb, var(--zen-primary-color) 50%, black), color-mix(in srgb, var(--zen-colors-primary) 15%, #ebebeb));