| Index: chrome/browser/resources/settings/settings_main/settings_main.css
|
| diff --git a/chrome/browser/resources/settings/settings_main/settings_main.css b/chrome/browser/resources/settings/settings_main/settings_main.css
|
| index faeafa63a6526ba10bf8121506fe0eeb79711587..da0487e2e40cbe3fc062f9c985d7356df67513e1 100644
|
| --- a/chrome/browser/resources/settings/settings_main/settings_main.css
|
| +++ b/chrome/browser/resources/settings/settings_main/settings_main.css
|
| @@ -2,23 +2,17 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -:host {
|
| - bottom: 0;
|
| - color: black;
|
| - display: block;
|
| - left: 0;
|
| - position: absolute;
|
| - right: 0;
|
| - top: 0;
|
| -}
|
| -
|
| -#mainContainer {
|
| +#pageContainer {
|
| box-sizing: border-box;
|
| height: 100%;
|
| overflow: auto;
|
| padding: 34px 16px;
|
| }
|
|
|
| +#pageContainer.expanded {
|
| + padding: 0 16px;
|
| +}
|
| +
|
| ::content core-icon-button {
|
| position: absolute;
|
| }
|
|
|