We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b52b7 commit 9028761Copy full SHA for 9028761
src/web/ControlsWaiter.js
@@ -81,7 +81,7 @@ ControlsWaiter.prototype.bakeClick = function() {
81
if (document.getElementById("bake").textContent.indexOf("Bake") > 0) {
82
this.app.bake();
83
} else {
84
- this.app.cancelBake();
+ this.manager.worker.cancelBake();
85
}
86
};
87
src/web/stylesheets/layout/_io.css
@@ -72,7 +72,7 @@
72
margin: 0;
73
background-color: var(--primary-background-colour);
74
visibility: hidden;
75
- opacity: 0;
+ opacity: 0;
76
77
transition: all 0.5s ease;
78
@@ -117,4 +117,6 @@
117
line-height: var(--primary-line-height);
118
color: var(--primary-font-colour);
119
top: 50%;
120
+
121
+ transition: all 0.5s ease;
122
0 commit comments