Actually hide recipe controls
Original commit did not fix display errors, this one should.
This commit is contained in:
parent
1a906b00e7
commit
102f1a1775
@ -629,7 +629,7 @@ class RecipeWaiter {
|
||||
}
|
||||
|
||||
// Hide recipe controls when output is maximised
|
||||
if (document.getElementById("i") === "fullscreen") {
|
||||
if (document.getElementById("maximise-output").getAttribute("data-original-title" === "Restore output pane") {
|
||||
document.getElementById("controls").style.display = "none";
|
||||
} else {
|
||||
// Show recipe controls if they are not already shown
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user