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

Unified Diff: chrome/browser/resources/extensions/extension_options_overlay.css

Issue 480243003: Implement smoother autosizing of the extension options overlay (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: chrome/browser/resources/extensions/extension_options_overlay.css
diff --git a/chrome/test/data/extensions/api_test/content_scripts/css_injection/content_styles.css b/chrome/browser/resources/extensions/extension_options_overlay.css
similarity index 71%
copy from chrome/test/data/extensions/api_test/content_scripts/css_injection/content_styles.css
copy to chrome/browser/resources/extensions/extension_options_overlay.css
index 4fad41d76bf5666d4df84b91256a9375c3fa9612..e9001e3cf2085bd99e43a40224f95d56e2e36001 100644
--- a/chrome/test/data/extensions/api_test/content_scripts/css_injection/content_styles.css
+++ b/chrome/browser/resources/extensions/extension_options_overlay.css
@@ -2,6 +2,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-body {
- display: none;
+#extension-options-overlay {
+ max-width: 100%;
+ overflow: hidden;
}

Powered by Google App Engine
This is Rietveld 408576698