Add Zen mode for distraction free drawing (#1450)

This commit is contained in:
Aakansha Doshi
2020-04-25 18:43:02 +05:30
committed by GitHub
parent 71e7f130bc
commit 1866074c07
16 changed files with 222 additions and 39 deletions

View File

@@ -15,6 +15,10 @@
z-index: 2;
}
.FixedSideContainer_side_top.zen-mode {
right: 42px;
}
/* TODO: if these are used, make sure to implement RTL support
.FixedSideContainer_side_left {
left: var(--margin);