Commit 6191b211 authored by Kuo Jen Wei's avatar Kuo Jen Wei Committed by Commit Bot

CCA: Fix resolution menu item left/right padding

Bug: 1123750
Test: Manually
Change-Id: Ic690c74ebab88563d98ae753213ab25e3d763435
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425687
Auto-Submit: Inker Kuo <inker@chromium.org>
Reviewed-by: default avatarShik Chen <shik@chromium.org>
Commit-Queue: Inker Kuo <inker@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810034}
parent fc1b962d
...@@ -1203,7 +1203,6 @@ body:not(.recording-ui-paused) #record-time [i18n-content=record_video_paused_ms ...@@ -1203,7 +1203,6 @@ body:not(.recording-ui-paused) #record-time [i18n-content=record_video_paused_ms
font-size: 13px; font-size: 13px;
height: 64px; height: 64px;
justify-content: flex-start; justify-content: flex-start;
padding: 0 20px 0 24px;
text-align: left; text-align: left;
} }
...@@ -1255,23 +1254,24 @@ label.menu-item.animate::before { ...@@ -1255,23 +1254,24 @@ label.menu-item.animate::before {
} }
} }
.menu-item.resol-item { .menu-item {
padding-left: 60px; padding-left: 32px;
} }
.menu-header { .menu-header {
color: white; color: white;
font-size: 20px; font-size: 20px;
height: 72px; height: 72px;
padding-left: 16px;
} }
.menu-header .icon, .menu-item.resol-item {
.menu-item .icon { padding-left: 64px;
margin-right: 6px;
} }
.menu-item .end { .menu-item .icon.end {
margin-left: auto; margin-left: auto;
margin-right: 16px;
} }
.menu-item .description { .menu-item .description {
......
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