Commit 17cb992f authored by Kuo Jen Wei's avatar Kuo Jen Wei Committed by Commit Bot

CCA: Shorten video shutter buttons distance to 84px

Shorten the distance from center of video shutter button to center of
video snapshot and pause button from 100px to 84px.

Bug: 1054314
Test: None

Change-Id: Ic772a79146ad97e8c6ce8efadef23729d06d9407
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246358Reviewed-by: default avatarShik Chen <shik@chromium.org>
Commit-Queue: Kuo Jen Wei <inker@chromium.org>
Auto-Submit: Kuo Jen Wei <inker@chromium.org>
Cr-Commit-Position: refs/heads/master@{#778596}
parent 6570cd5e
......@@ -341,7 +341,7 @@ body.should-handle-intent-result #pause-recordvideo {
}
#video-snapshot-holder {
bottom: calc(var(--shutter-vertical-center) + 100px);
bottom: calc(var(--shutter-vertical-center) + 84px);
transform: translate(50%, 50%);
}
......@@ -379,7 +379,7 @@ body.should-handle-intent-result #pause-recordvideo {
}
#pause-recordvideo-holder {
bottom: calc(var(--shutter-vertical-center) - 100px);
bottom: calc(var(--shutter-vertical-center) - 84px);
transform: translate(50%, 50%);
}
......
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