Commit b0d1a224 authored by Tibor Goldschwendt's avatar Tibor Goldschwendt Committed by Commit Bot

[customize themes] Fix layouting of third-party theme box

This CL makes the third-party theme box appear above the Chrome colors
instead of beside them.

Bug: 1140128
Change-Id: Ie8f0e03230f23ef49bc71e7c60866160bdc1ebed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488392
Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org>
Commit-Queue: dpapad <dpapad@chromium.org>
Commit-Queue: John Lee <johntlee@chromium.org>
Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org>
Reviewed-by: default avatardpapad <dpapad@chromium.org>
Reviewed-by: default avatarJohn Lee <johntlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#819500}
parent 092d10c9
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
:host { :host {
--cr-customize-themes-grid-gap: 20px; --cr-customize-themes-grid-gap: 20px;
--cr-customize-themes-icon-size: 72px; --cr-customize-themes-icon-size: 72px;
display: inline-flex; display: inline-block;
} }
#thirdPartyThemeContainer { #thirdPartyThemeContainer {
......
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