From a3008b744ecc4bff9295eb1755651cf6c9e8cb56 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Wed, 14 Oct 2020 08:19:41 +0200 Subject: [PATCH] fix enabling zen mode should not move the board - closes #7457 --- ui/round/css/_moves-col1.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/round/css/_moves-col1.scss b/ui/round/css/_moves-col1.scss index a9e3186b89..722f6bd1fb 100644 --- a/ui/round/css/_moves-col1.scss +++ b/ui/round/css/_moves-col1.scss @@ -13,7 +13,7 @@ } body.playing.zen & { - display: none; + visibility: hidden; } }