0

[unified-consent] Fix account picture alignment in settings

Screenshot before:
https://drive.google.com/file/d/1iYtj0IQfLB6KLZmguxpStD_LgYIFCwF9/view?usp=sharing
Screenshot after:
https://drive.google.com/file/d/1fJUyPl6Vs0eiOx9eNJubf-OxEfi0nk3M/view?usp=sharing

Bug: 872647
Change-Id: I681f16b95f56840e16fc49004828c2014a205ef4
Reviewed-on: https://chromium-review.googlesource.com/1210642
Reviewed-by: Scott Chen <scottchen@chromium.org>
Commit-Queue: Thomas Tangl <tangltom@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589270}
This commit is contained in:
Thomas Tangl
2018-09-06 20:21:33 +00:00
committed by Commit Bot
parent a60db65dec
commit cbd64a18f4

@ -54,6 +54,7 @@
}
#avatar-container {
height: var(--shown-avatar-size);
position: relative;
}