| Index: chrome/browser/resources/md_downloads/item.css
|
| diff --git a/chrome/browser/resources/md_downloads/item.css b/chrome/browser/resources/md_downloads/item.css
|
| index f5c8ea4bbbc943359ff25990126f69fcd3f69f86..d5353526b1f267874fd9c0c63fb1f49e51a10c9f 100644
|
| --- a/chrome/browser/resources/md_downloads/item.css
|
| +++ b/chrome/browser/resources/md_downloads/item.css
|
| @@ -138,14 +138,6 @@
|
| border-radius: 2px;
|
| }
|
|
|
| -#incognito {
|
| - -webkit-margin-end: 0;
|
| - -webkit-margin-start: 16px;
|
| - /* This image is 128x128 so it'll work fine in 2x. */
|
| - content: url(../../../../ui/webui/resources/images/incognito_icon.png);
|
| - width: 48px;
|
| -}
|
| -
|
| #remove-wrapper {
|
| align-self: flex-start;
|
| margin: 0;
|
| @@ -160,6 +152,14 @@
|
| --iron-icon-width: 16px;
|
| }
|
|
|
| +#incognito {
|
| + bottom: 16px;
|
| + content: -webkit-image-set(url(1x/incognito_marker.png) 1x,
|
| + url(2x/incognito_marker.png) 2x);
|
| + position: absolute;
|
| + right: 10px;
|
| +}
|
| +
|
| @media not all and (max-width: 1024px) {
|
| /* Only show date separators in wide mode. */
|
| :host(:not(:first-of-type):not([hide-date])) :-webkit-any(#content-wrapper,
|
|
|