| Index: chrome/browser/resources/new_new_tab.css
|
| diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css
|
| index d7e5ce659426fbf5daa5ffbd198dc72575b40089..2c0dcc50dfa4b3a75e5fc1e8b58ad25e0e19d539 100644
|
| --- a/chrome/browser/resources/new_new_tab.css
|
| +++ b/chrome/browser/resources/new_new_tab.css
|
| @@ -32,7 +32,8 @@ body.loading #main {
|
| .section,
|
| .maxiview,
|
| #login-container,
|
| -#notification-container {
|
| +#notification-container,
|
| +#closed-sections-bar[chromeos] {
|
| width: 920px;
|
| }
|
|
|
| @@ -419,9 +420,16 @@ html[dir=rtl] .section-close-button {
|
|
|
| #closed-sections-bar {
|
| position: fixed;
|
| +}
|
| +
|
| +#closed-sections-bar:not([chromeos]) {
|
| bottom: 5px;
|
| }
|
|
|
| +#closed-sections-bar[chromeos] {
|
| + padding-top: 0.56em;
|
| +}
|
| +
|
| #closed-sections-bar > button {
|
| -webkit-appearance: none;
|
| background: none;
|
|
|