Commit cdbef3e3 authored by Azeem Arshad's avatar Azeem Arshad Committed by Chromium LUCI CQ

[NearbyShare] Fix styling for receive confirmation dialog.

This CL fixes two styling issues with the receive confirmation
dialog. 1) spacing between progress icon and dashed line
2) Fix outside margin for confirmation page contents.

Before Screenshot: https://screenshot.googleplex.com/4vDbAT4uWSdZsZJ.png
After Screenshot: https://screenshot.googleplex.com/rjHhgLqBRozaYKa.png

Fixed: 1156037
Change-Id: I034605dca9da7da016ad8da091e9c3c1ece16dfc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593426Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Azeem Arshad <azeemarshad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837428}
parent d015ccdb
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
line-height: 154%; line-height: 154%;
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
width: 116px;
} }
#icon { #icon {
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex-grow: 1; flex-grow: 1;
margin: 0 32px; margin: 0 24px;
} }
#connectionToken { #connectionToken {
......
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