show reset icon with zoom percentage during zen mode (#1540)
This commit is contained in:
@ -46,7 +46,7 @@ export function LockIcon(props: LockIconProps) {
|
||||
return (
|
||||
<label
|
||||
className={`ToolIcon ToolIcon__lock ToolIcon_type_floating ${sizeCn} zen-mode-visibility ${
|
||||
props.zenModeEnabled && "hidden disable-pointerEvents"
|
||||
props.zenModeEnabled && "zen-mode-visibility--hidden"
|
||||
}`}
|
||||
title={`${props.title} — Q`}
|
||||
>
|
||||
|
Reference in New Issue
Block a user