cyp/app/css/player.less
Ondrej Zara 0873dcfe11 headers
2019-04-02 19:19:46 +02:00

41 lines
641 B
Plaintext

#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; }
}
}