Commit a238a36e authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

OOBE css: Reflect spec change

So we won't miss it

TBR=antrim@chromium.org

Bug: 1000606
Change-Id: Ib52151c761b269d253c62a0e08b8c54f657e6709
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864773Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706800}
parent 10a3fa6f
...@@ -56,7 +56,7 @@ html[screen=gaia-signin] { ...@@ -56,7 +56,7 @@ html[screen=gaia-signin] {
--oobe-dialog-side-margin: 0px; --oobe-dialog-side-margin: 0px;
} }
@media screen and (max-width: 864px) { @media screen and (max-width: 864px), (max-height: 736px) {
html[screen=oobe] { html[screen=oobe] {
--oobe-dialog-footer-height: 80px; --oobe-dialog-footer-height: 80px;
--oobe-dialog-footer-padding: 24px; --oobe-dialog-footer-padding: 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