1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
7 background: rgb
(63, 85, 102);
9 content-sizing: padding-box
;
15 -webkit-margin-end: 0;
16 -webkit-margin-start: 24px;
26 width: var
(--downloads-item-width
);
29 :host
(:not
([downloads-showing
])) #actions
{
30 justify-content: center
;
33 #actions paper-button
{
34 -webkit-margin-end: 8px;
38 color: rgb
(192, 199, 205);
42 -webkit-padding-end: 10px;
43 box-sizing: border-box
;
45 justify-content: flex-end
;
50 /* (1024 total width - 622 item width) / 2 = 201 room to play. */
55 --iron-icon-height: 20px;
56 --iron-icon-width: 20px;
57 --paper-icon-button: {
65 --paper-menu-button: {
68 -webkit-margin-start: 16px;
72 -webkit-user-select: none
;
79 background: #eaeaea; /* TODO(dbeam): real color? */
82 @media not all and
(max-width: 1024px) {
83 /* Hide vertical dot menu when there's enough room for #actions. */
89 @media all and
(max-width: 1024px) {
90 /* Hide #actions for narrow windows; they're shown in a vertical dot menu. */