PlayerInfo: Swap bold properties of the labels.

This commit is contained in:
Jordan Petridis 2018-06-18 21:39:37 +03:00
parent 5ce7874ffa
commit 8c8d95014a

View File

@ -10,11 +10,11 @@ list, border {
border-radius: 4px;
}
.player-show-label {
.player-episode-label {
font-weight: bold;
font-size: smaller;
}
.player-episode-label {
.player-show-label {
font-size: smaller;
}