mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-21 01:07:02 +02:00
show reset icon with zoom percentage during zen mode (#1540)
This commit is contained in:
@@ -167,15 +167,3 @@
|
||||
right: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.zen-mode-visibility {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
transition: visibility 0s linear 0s, opacity 0.5s;
|
||||
|
||||
&.hidden {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
transition: visibility 0s linear 300ms, opacity 0.5s;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user