Index: chrome/browser/resources/md_downloads/toolbar.html |
diff --git a/chrome/browser/resources/md_downloads/toolbar.html b/chrome/browser/resources/md_downloads/toolbar.html |
index 2713ab3e0d6c3b9b433068db64ed2273dc9d51a8..d2cd8e21ecbed0a772f41ffefd2af1b8282e9166 100644 |
--- a/chrome/browser/resources/md_downloads/toolbar.html |
+++ b/chrome/browser/resources/md_downloads/toolbar.html |
@@ -26,23 +26,7 @@ |
} |
#toolbar { |
- --cr-toolbar-field-end-padding: 0; |
--cr-toolbar-field-width: var(--downloads-card-width); |
- --cr-toolbar-header-wide: { |
- -webkit-margin-start: 24px; |
- -webkit-margin-end: 16px; /* Only matters around 900px in Russian. */ |
- }; |
- --cr-toolbar-left-content-wide: { |
- -webkit-padding-start: 0; |
- flex: 1 0 1px; |
- max-width: none; |
- position: static; |
- }; |
- --cr-toolbar-right-content-wide: { |
- flex: 1 0 1px; |
- position: static; |
- }; |
- align-items: center; |
flex: 1; |
} |
@@ -56,15 +40,9 @@ |
}; |
} |
- .more-actions { |
- -webkit-margin-end: 16px; |
- -webkit-margin-start: 8px; |
- text-align: end; |
- } |
- |
#more { |
--paper-menu-button: { |
- padding: 0; |
+ padding: 6px; |
}; |
} |