fix distraction free mode

This commit is contained in:
zadam 2019-07-28 14:36:40 +02:00
parent 743c15aacc
commit 0c2dd6aa35

View file

@ -20,8 +20,7 @@ body {
#container.distraction-free-mode {
grid-template-areas:
"title"
"note-detail" !important;
"tab-container" !important;
grid-template-rows: auto
auto
!important;