41 lines
No EOL
641 B
Text
41 lines
No EOL
641 B
Text
#player {
|
|
.flex-row;
|
|
|
|
&:not([data-state=play]) .pause { display: none; }
|
|
&[data-state=play] .play { display: none; }
|
|
&:not([data-flags~=random]) .random, &:not([data-flags~=repeat]) .repeat { opacity: 0.5; }
|
|
|
|
.art {
|
|
margin-right: var(--icon-spacing);
|
|
}
|
|
|
|
h2 {
|
|
font-size: 125%;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.info {
|
|
flex-grow: 1;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.title, .subtitle { .long-line; }
|
|
|
|
.controls {
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
.icon {
|
|
width: 32px;
|
|
margin: 8px;
|
|
}
|
|
}
|
|
|
|
.misc {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-self: stretch;
|
|
justify-content: space-around;
|
|
.icon { width: 32px; }
|
|
}
|
|
|
|
} |