mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-15 05:10:31 +00:00
Refactor EME configuration to remove wmfcdm support and adjust gradient dot size
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user