mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +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;
|
transition: width 0.2s ease-in;
|
||||||
will-change: width;
|
will-change: width;
|
||||||
contain: strict;
|
contain: strict;
|
||||||
|
transition-delay: 0.2s;
|
||||||
}
|
}
|
||||||
:host([expanded]) {
|
:host([expanded]) {
|
||||||
width: 256px;
|
width: 256px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user