Index: chrome/browser/resources/ntp4/apps_page.css |
diff --git a/chrome/browser/resources/ntp4/apps_page.css b/chrome/browser/resources/ntp4/apps_page.css |
index c2f51c6dc2f45b3521a80123a4938dd8ab971d96..111b696623071e75124f718eb90b4ea2221bb4fa 100644 |
--- a/chrome/browser/resources/ntp4/apps_page.css |
+++ b/chrome/browser/resources/ntp4/apps_page.css |
@@ -212,3 +212,9 @@ html[dir='rtl'] .apps-promo-extras { |
html.dragging-mode .app-install-hint { |
opacity: 0; |
} |
+ |
+/* Move the notification lower on apps pages to account for the 16px of |
+ * transparency each app icon should have. */ |
+.apps-page #notification-container { |
+ bottom: 15px; |
+} |