mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-24 22:00:13 +00:00
no-bug: Fix boosts picker showing wrong auto theme choice (gh-13821)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user