mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-26 14:27:20 +00:00
Fix Marquee Ellipsis (#5183)
This commit is contained in:
parent
02d2368654
commit
01ff97b366
@ -88,13 +88,10 @@ class HuiMarquee extends LitElement {
|
|||||||
:host([animating]) .marquee-inner {
|
:host([animating]) .marquee-inner {
|
||||||
left: initial;
|
left: initial;
|
||||||
right: initial;
|
right: initial;
|
||||||
}
|
|
||||||
|
|
||||||
:host([animating]) > div {
|
|
||||||
animation-play-state: running;
|
animation-play-state: running;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
:host([animating]) .marquee-inner span {
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user