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

Unified Diff: chrome/browser/resources/settings/settings_page_css.html

Issue 2297663003: [MD settings] change settings card width to 640 (Closed)
Patch Set: narrowed min-width Created 4 years, 3 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/settings/settings_page_css.html
diff --git a/chrome/browser/resources/settings/settings_page_css.html b/chrome/browser/resources/settings/settings_page_css.html
index a2b080cd4d0a61375a7c57a6951145dcf3bad5a9..9eb7c9dc0448f47226b6cd76bcf7fb0f43bbcede 100644
--- a/chrome/browser/resources/settings/settings_page_css.html
+++ b/chrome/browser/resources/settings/settings_page_css.html
@@ -9,8 +9,8 @@
display: block;
height: inherit;
margin: 0 auto;
- max-width: 960px;
- min-width: 622px;
+ max-width: 640px;
+ min-width: 550px;
position: relative;
width: 96%;
}
« 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