mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-16 14:56:14 +00:00
Refactor CSS transitions and fix console log statements for clarity
This commit is contained in:
@@ -63,7 +63,9 @@
|
||||
max-width: 0px;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
transition: max-width 0.2s ease, margin-left 0.2s ease;
|
||||
transition:
|
||||
max-width 0.2s ease,
|
||||
margin-left 0.2s ease;
|
||||
}
|
||||
|
||||
&[waitconfirmation] {
|
||||
|
Reference in New Issue
Block a user