mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47: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 {
|
||||
left: initial;
|
||||
right: initial;
|
||||
}
|
||||
|
||||
:host([animating]) > div {
|
||||
animation-play-state: running;
|
||||
}
|
||||
|
||||
span {
|
||||
:host([animating]) .marquee-inner span {
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user