diff --git a/src/css/components.css b/src/css/components.css index 64a1ad6..f0b8d5f 100644 --- a/src/css/components.css +++ b/src/css/components.css @@ -256,9 +256,12 @@ button { background: var(--bg-secondary); } +:not(.no-animations) #queue #queue-table tbody tr.currently-playing { + animation: pulse 4s linear infinite; +} + #queue #queue-table tbody tr.currently-playing { background: var(--playing); - animation: pulse 4s linear infinite; } #queue #queue-table tbody tr.dragging { @@ -344,7 +347,6 @@ button { #context-menu { position: fixed; background: var(--bg-context-menu); - backdrop-filter: blur(16px); border: 1px solid var(--border); border-radius: 0.25rem; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); @@ -352,6 +354,11 @@ button { min-width: 10rem; } +:not(.no-animations) #context-menu { + background: Menu; + backdrop-filter: blur(16px); +} + #context-menu .context-menu-item { display: block; width: 100%; diff --git a/src/index.html b/src/index.html index f8ddd1c..44ea137 100644 --- a/src/index.html +++ b/src/index.html @@ -113,6 +113,12 @@ show star ratings +