show reset icon with zoom percentage during zen mode (#1540)

This commit is contained in:
Aakansha Doshi
2020-05-09 18:17:22 +05:30
committed by GitHub
parent 3b1d6910aa
commit 5b80ad045b
5 changed files with 35 additions and 19 deletions

View File

@ -105,6 +105,10 @@
:root[dir="rtl"] &.transition-right {
transform: translate(-999px, 0);
}
&.App-menu_bottom--transition-left {
transform: translate(-92px, 0);
}
}
.disable-zen-mode {
@ -127,7 +131,3 @@
}
}
}
.disable-pointerEvents {
pointer-events: none !important;
}