1 /* Copyright 2014 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. */
8 bottom: 72px; /* Room for the controls bar. */
12 flex-direction: column
;
14 justify-content: flex-start
;
30 justify-content: flex-start
;
35 :host
(:not
([expanded
]):host
) > .track:not
([active
]) {
39 /* In the expanded mode the selected track is highlighted. */
41 background-color: rgb
(66, 129, 244);
49 flex-direction: column
;
50 justify-content: center
;
55 .track
.data
.data-title
,
56 .track .data .data-artist {
59 text-overflow: ellipsis
;
63 .track .data .data-title {
68 .track .data .data-artist {
72 .track
[active
] .data
.data-title
,
73 .track[active] .data .data-artist {