mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
Add transition delay to sidebar expand
This commit is contained in:
parent
42e75e7cdf
commit
0a7cb39500
@ -326,6 +326,7 @@ class HaSidebar extends LitElement {
|
||||
transition: width 0.2s ease-in;
|
||||
will-change: width;
|
||||
contain: strict;
|
||||
transition-delay: 0.2s;
|
||||
}
|
||||
:host([expanded]) {
|
||||
width: 256px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user