Commit e40338dd authored by Curt Clemens's avatar Curt Clemens Committed by Chromium LUCI CQ

[Nearby] Fix pulse animation sizing on discovery page

Set a width for the cr-lottie element on the discovery page to avoid
inconsistent rendering on different devices.

See crrev.com/c/2587209 for the same fix applied to a different page
with screenshots.

Fixed: 1158586
Change-Id: I2b4018f833ee298ee182b4d26667e8586bf1356d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591871Reviewed-by: default avatarJames Vecore <vecore@google.com>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Curt Clemens <cclem@google.com>
Cr-Commit-Position: refs/heads/master@{#837167}
parent 3f64aa48
...@@ -108,8 +108,10 @@ ...@@ -108,8 +108,10 @@
cr-lottie { cr-lottie {
bottom: 0; bottom: 0;
height: 100px; height: 100px;
left: 0;
pointer-events: none; pointer-events: none;
position: absolute; position: absolute;
right: 0;
} }
#placeholder { #placeholder {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment