| Index: chrome/browser/resources/md_history/history_toolbar.html
|
| diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
|
| index 27156acf97c427a2f8efcf1789c6f4406ff0409b..af50446adeb5af5dc4d3c6eefea9d5ceefb64b5e 100644
|
| --- a/chrome/browser/resources/md_history/history_toolbar.html
|
| +++ b/chrome/browser/resources/md_history/history_toolbar.html
|
| @@ -37,12 +37,11 @@
|
| font-weight: 400;
|
| }
|
|
|
| - #left-content,
|
| #right-content {
|
| flex: 1 0 0;
|
| }
|
|
|
| - :host([has-sidebar]) #left-content {
|
| + #left-content {
|
| flex: 1 0 var(--side-bar-width);
|
| }
|
|
|
| @@ -76,7 +75,7 @@
|
| padding: 0 var(--card-padding-side);
|
| }
|
|
|
| - :host([has-sidebar]) #overlay-wrapper {
|
| + #overlay-wrapper {
|
| -webkit-margin-start: var(--side-bar-width);
|
| }
|
|
|
|
|