Commit 2d079a85 authored by Kuo Jen Wei's avatar Kuo Jen Wei Committed by Chromium LUCI CQ

CCA: Fix shutter button vertical center to 180px

Bug: b/172340037
Test: Manuall verify with UX spec.
Change-Id: I4b831b3e73314441793adf98f7e19fe4d2866906
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596714Reviewed-by: default avatarShik Chen <shik@chromium.org>
Commit-Queue: Inker Kuo <inker@chromium.org>
Cr-Commit-Position: refs/heads/master@{#839562}
parent 2f8df696
......@@ -209,10 +209,6 @@ body.review-result #shutters-group {
display: none;
}
body.should-handle-intent-result #shutters-group {
bottom: calc((var(--bottom-line) * 2) + 8px + (var(--shutter-size) / 2));
}
body.tablet-landscape .actions-group {
flex-direction: column-reverse;
}
......@@ -804,7 +800,7 @@ html[dir=rtl] body.view-expert-settings .right-stripe {
--left-line: 44px;
--right-line: 50px;
--small-icon: 40px;
--shutter-vertical-center: calc((var(--bottom-line) * 2) + 204px);
--shutter-vertical-center: 180px;
align-items: center;
display: flex;
......
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