no-bug: Fix boosts picker showing wrong auto theme choice (gh-13821)

This commit is contained in:
mr. m
2026-05-24 11:00:54 +02:00
committed by mr. m
parent a01844cd47
commit dcabb575cf
2 changed files with 5 additions and 5 deletions

View File

@@ -690,7 +690,6 @@ ${cssSelector} {
this.currentBoostData.changeWasMade = true;
this.currentBoostData.enableColorBoost = true;
this.updateButtonToggleVisuals();
if (event.target.id == "zen-boost-magic-theme") {
this.currentBoostData.autoTheme = !this.currentBoostData.autoTheme;
@@ -699,6 +698,7 @@ ${cssSelector} {
this.setDotPos(event.clientX, event.clientY, !this.wasDragging);
}
this.updateButtonToggleVisuals();
this.wasDragging = false;
}

View File

@@ -17,8 +17,8 @@
}
#zenBoostWindow[editor="boost"] {
min-width: 192px;
max-width: 192px;
min-width: 184px;
max-width: 184px;
}
#zenBoostWindow[editor="code"] {
@@ -239,9 +239,9 @@ body {
}
#zen-boost-filter-wrapper {
padding: 20px;
padding: 16px;
gap: 14px;
padding-top: 10px;
padding-top: 6px;
background-color: #fcfcfe;