| Index: chrome/browser/resources/options/easy_unlock_turn_off_overlay.css
|
| diff --git a/chrome/test/data/extensions/api_test/content_scripts/css_injection/content_styles.css b/chrome/browser/resources/options/easy_unlock_turn_off_overlay.css
|
| similarity index 76%
|
| copy from chrome/test/data/extensions/api_test/content_scripts/css_injection/content_styles.css
|
| copy to chrome/browser/resources/options/easy_unlock_turn_off_overlay.css
|
| index 4fad41d76bf5666d4df84b91256a9375c3fa9612..817db4b9aa6296c6153d8c18fb587c422f778eb5 100644
|
| --- a/chrome/test/data/extensions/api_test/content_scripts/css_injection/content_styles.css
|
| +++ b/chrome/browser/resources/options/easy_unlock_turn_off_overlay.css
|
| @@ -2,6 +2,6 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -body {
|
| - display: none;
|
| +#easy-unlock-turn-off-overlay {
|
| + max-width: 480px;
|
| }
|
|
|