fix enabling zen mode should not move the board - closes #7457

zen-asset-hotfix
Thibault Duplessis 2020-10-14 08:19:41 +02:00
parent 76f8ab418d
commit a3008b744e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
} }
body.playing.zen & { body.playing.zen & {
display: none; visibility: hidden;
} }
} }