Commit 61255faf authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

OOBE: Make adaptive OOBE square according to specs

Bug: 999090
Change-Id: I7a9e05af0f3ce2e745763551744f0a8d912356fd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808701Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Reviewed-by: default avatarDenis Kuznetsov <antrim@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698855}
parent 885f3782
......@@ -125,8 +125,8 @@ html:not([adaptive-oobe]) body:not(.oobe-display) #inner-container {
html[adaptive-oobe] #oobe {
box-sizing: border-box;
height: 100%;
max-height: 736px;
max-width: 864px;
max-height: 864px; /* 768 + 48*2 */
max-width: 864px; /* 768 + 48*2 */
padding-bottom: 48px;
padding-inline-end: 48px;
padding-inline-start: 48px;
......
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