The "Now Playing" toolbar now shrinks to fit on small screens. On all screen sizes, clicking the toolbar reveals a HdyDialog with the same controls. Also fixes #158.
42 lines
583 B
CSS
42 lines
583 B
CSS
row {
|
|
border-bottom: solid 1px rgba(0,0,0, 0.1);
|
|
}
|
|
|
|
row:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
list, border {
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.player-episode-label {
|
|
font-weight: bold;
|
|
font-size: smaller;
|
|
}
|
|
|
|
.player-show-label {
|
|
font-size: smaller;
|
|
}
|
|
|
|
.small-label {
|
|
font-size: smaller;
|
|
}
|
|
|
|
.bold-label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
progressbar.playback-progress trough {
|
|
border-radius: 0;
|
|
}
|
|
progressbar.playback-progress trough progress {
|
|
border-radius: 0;
|
|
border-right: none;
|
|
border-left: none;
|
|
}
|
|
|
|
actionbar.player-small revealer box {
|
|
border-top: none
|
|
}
|