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

Unified Diff: chrome/browser/resources/flags.css

Issue 11633020: Re-enable about:flags on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 8 years 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
Index: chrome/browser/resources/flags.css
diff --git a/chrome/browser/resources/flags.css b/chrome/browser/resources/flags.css
index d9a6e0cabd255720f203ae68d18cb0791b9ef214..7f1a09bf96ce5a2ef5c6184ca5722cbc129cfa91 100644
--- a/chrome/browser/resources/flags.css
+++ b/chrome/browser/resources/flags.css
@@ -4,7 +4,9 @@
body {
margin: 10px;
+<if expr="not pp_ifdef('android')">
min-width: 47em;
+</if>
/* Should match needs-restart.(height + padding-top + padding-bottom + 5) */
padding-bottom: 65px;
}

Powered by Google App Engine
This is Rietveld 408576698