Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6303)

Unified Diff: chrome/browser/resources/local_ntp/local_ntp_fast.css

Issue 1052993012: [Local NTP] Fix fast icon NTP height. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/local_ntp/local_ntp_fast.css
diff --git a/chrome/browser/resources/local_ntp/local_ntp_fast.css b/chrome/browser/resources/local_ntp/local_ntp_fast.css
index 61434a1fa6da55fbb78e3c86dbbe038723a10875..5026e218ae9481d4fe23db403c1fef25913deda8 100644
--- a/chrome/browser/resources/local_ntp/local_ntp_fast.css
+++ b/chrome/browser/resources/local_ntp/local_ntp_fast.css
@@ -190,7 +190,7 @@ body.fakebox-focused #cursor {
.icon-ntp #mv-tiles {
background: rgba(255,255,255,0.2);
border-radius: 4px;
- height: calc(2 * 120px);
+ height: calc(2 * 112px);
padding: calc(36px - 18px) calc(36px - 18px - 12px);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698