Commit 292fa97f authored by Regan Hsu's avatar Regan Hsu Committed by Commit Bot

[CrOS Wallpaper] Place spinner in correct location for RTL languages.

The spinner is currently placed in the LTR location for RTL languages.
This CL places the spinner in the correct location for either.

Bug: 918122
Change-Id: Ie264f0b8e967fdf8abe04573a08c270a32dbc425
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888777Reviewed-by: default avatarXiaoqian Dai <xdai@chromium.org>
Commit-Queue: Regan Hsu <hsuregan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710912}
parent c46c3168
......@@ -870,7 +870,7 @@ html[dir='rtl'] .top-header-contents .more-options {
#current-wallpaper-spinner {
height: 24px;
left: 38px;
margin-inline-start: 38px;
top: 38px;
width: 24px;
}
......
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