Refactor EME configuration to remove wmfcdm support and adjust gradient dot size

This commit is contained in:
mr. M
2025-02-20 17:33:53 +01:00
parent 35b3ea2047
commit 48ab77ef52
5 changed files with 4 additions and 6 deletions

View File

@@ -176,7 +176,7 @@
position: absolute;
z-index: 2;
width: 22px;
height: 20px;
height: 22px;
border-radius: 50%;
background: var(--zen-theme-picker-dot-color);
@media (-prefers-color-scheme: dark) {

View File

@@ -598,8 +598,6 @@
this.updateCurrentWorkspace(true);
} else if (!clickedDot && existingPrimaryDot) {
existingPrimaryDot.element.style.left = `${relativeX}px`;
existingPrimaryDot.element.style.top = `${relativeY}px`;
existingPrimaryDot.position = {
x: relativeX,
y: relativeY,