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}
  • Loading branch information
markusheintz authored and Commit bot committed Jan 20, 2016
1 parent 34a7682 commit 84512ff
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 84512ff

Please sign in to comment.