Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Zooming the NTP to 90% should not wrap the last tile column.
Browse files Browse the repository at this point in the history
This is undoing r366070 ()

BUG=573927,521472

Review URL: https://codereview.chromium.org/1574193002

Cr-Commit-Position: refs/heads/master@{#370417}
(cherry picked from commit 84512ff)

Review URL: https://codereview.chromium.org/1648243002 .

Cr-Commit-Position: refs/branch-heads/2623@{#191}
Cr-Branched-From: 92d7753-refs/heads/master@{#369907}
  • Loading branch information
Markus Heintz committed Jan 29, 2016
1 parent 6f58559 commit a07c92d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/browser/resources/local_ntp/local_ntp.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var NTP_DESIGN = {
showFavicon: true,
thumbnailTextColor: [50, 50, 50, 255],
thumbnailFallback: 'dot', // Draw single dot.
tileWidth: 156,
tileWidth: 154,
tileMargin: 16,
titleColor: [50, 50, 50, 255],
titleColorAgainstDark: [210, 210, 210, 255],
Expand Down
2 changes: 1 addition & 1 deletion chrome/browser/resources/local_ntp/most_visited_single.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ a:visited {
height: calc(130px - 2px);
line-height: 100%;
margin: 0 8px;
width: 156px;
width: calc(156px - 2px);
}

.icon-ntp .mv-tile,
Expand Down

0 comments on commit a07c92d

Please sign in to comment.