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

Side by Side Diff: chrome/browser/resources/ntp4/md_incognito_tab.css

Issue 2905433002: Refresh the Incognito NTP layout on default font size change (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 /* Copyright 2017 The Chromium Authors. All rights reserved. 1 /* Copyright 2017 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 body { 5 body {
6 -webkit-font-smoothing: antialiased; 6 -webkit-font-smoothing: antialiased;
7 font-size: 100%; 7 font-size: 100%;
8 margin: 0; 8 margin: 0;
9 } 9 }
10 10
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 } 292 }
293 293
294 /* Very narrow screens. */ 294 /* Very narrow screens. */
295 @media (max-width: 240px) { 295 @media (max-width: 240px) {
296 .content { 296 .content {
297 min-width: 192px; 297 min-width: 192px;
298 padding-left: 24px; 298 padding-left: 24px;
299 padding-right: 24px; 299 padding-right: 24px;
300 } 300 }
301 } 301 }
302
303 /** Miscellaneous ----------------------------------------------------------- */
304
305 #font-size-estimator {
306 position: absolute;
307 visibility: hidden;
308 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/md_incognito_tab.html » ('j') | chrome/browser/resources/ntp4/md_incognito_tab.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698