mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-12 18:49:55 +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