commit | a5fc08f0b6c0bbc0b01e7b34dd3640b03106dd28 | [log] [tgz] |
---|---|---|
author | Yue Zhang <yuezhanggg@google.com> | Thu Apr 27 18:15:30 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 27 18:15:30 2023 |
tree | 7328bbb484d0d79a6670932c069296403e1cc9e0 | |
parent | 2e7ef9e56fdedba941bcc49b2efa206d2fd1d960 [diff] |
[ChromeCart][Quest] Fix some wrong heights Right now the height of cart tile is 148px but in the design it should be 144px. This CL fixes this issue by * Adjusting a wrong margin. * Specify some heights to avoid elements take larger space vertically than they should. Before: https://screenshot.googleplex.com/9HmVaPP7c4STXja After: https://screenshot.googleplex.com/4LWuZDWtmESx4uu Bug: 1431951 Change-Id: Iab7278b729faa8f54424c17355badaeb5fe112f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4483962 Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/main@{#1136671}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.