Commit 1dcd9da9 authored by Kristi Park's avatar Kristi Park Committed by Commit Bot

[NTP] Fix minimum font size and zooming out for richer picker

Before:
http://screen/2ReT3mDQSHv.png
http://screen/SsHwBmmeS00.png
http://screen/hMbhOsBfbr2.png
http://screen/Mwmm6HKq7E1.png

After:
http://screen/hoGfTP1t6MV.png
http://screen/bRKBejY0AHH.png
http://screen/Bgc1KYTgUTP.png
http://screen/mPPT070A6B0.png

Bug: 953822
Change-Id: I2869b5f7a7f78cef9e92998eccdb7828e36bc493
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716145
Commit-Queue: Kyle Milka <kmilka@chromium.org>
Reviewed-by: default avatarKyle Milka <kmilka@chromium.org>
Auto-Submit: Kristi Park <kristipark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#680217}
parent b45bc197
......@@ -700,9 +700,9 @@ html[dir=rtl] #error-notice.has-link #error-notice-msg {
0 4px 8px 3px rgba(var(--GG800-rgb), .15);
color: rgb(var(--GG700-rgb));
height: 528px;
min-width: 800px;
padding: 0;
user-select: none;
width: 800px;
}
@media (prefers-color-scheme: dark) {
......@@ -825,9 +825,8 @@ html[dir=rtl] .menu-option {
height: 32px;
line-height: 32px;
margin-inline-start: 16px;
max-width: 128px;
max-width: 126px;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
user-select: none;
white-space: nowrap;
......@@ -959,9 +958,9 @@ html[dir=rtl] .menu-option {
background-color: unset;
color: rgb(var(--GG700-rgb));
font-size: 13px;
height: 30px;
margin-bottom: -28px;
padding: 8px 0 24px 0;
margin-bottom: -34px;
min-height: 30px;
padding: 0;
}
@media (prefers-color-scheme: dark) {
......
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