diff options
Diffstat (limited to 'chrome/browser/resources/ntp/apps.css')
-rw-r--r-- | chrome/browser/resources/ntp/apps.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/resources/ntp/apps.css b/chrome/browser/resources/ntp/apps.css index 3e2f8f9..b4932df 100644 --- a/chrome/browser/resources/ntp/apps.css +++ b/chrome/browser/resources/ntp/apps.css @@ -6,6 +6,10 @@ max-width: 780px; /* (124 + margin * 2) * 6 */ } +#apps-maxiview { + padding-bottom: 10px; +} + html.apps-promo-visible #apps-content { max-width: 650px; /* (124 + margin * 2) * 5 */ } |