| Index: chrome/browser/resources/file_manager/css/file_manager.css
|
| diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
|
| index 4f6263935af5e4f27a6d0d7beccf85eb0ba6c6b0..c1888a629412b5bd1408e9468d6e026ca6e965ca 100644
|
| --- a/chrome/browser/resources/file_manager/css/file_manager.css
|
| +++ b/chrome/browser/resources/file_manager/css/file_manager.css
|
| @@ -731,6 +731,7 @@ body[new-ui] .breadcrumb-path:not(.breadcrumb-last) {
|
| }
|
|
|
| body[new-ui] .dialog-header .buttonbar button {
|
| + -webkit-margin-start: 0;
|
| background-image: none;
|
| background-position: center;
|
| background-repeat: no-repeat;
|
| @@ -2205,7 +2206,8 @@ body[new-ui] #iframe-drag-area {
|
| height: 45px;
|
| left: 64px;
|
| position: absolute;
|
| - right: 0;
|
| + right: 70px;
|
| top: 0;
|
| + width: auto;
|
| z-index: 101;
|
| }
|
|
|