PlayerInfo: Swap bold properties of the labels.

This commit is contained in:
Jordan Petridis 2018-06-18 21:39:37 +03:00
parent 3e2ab8e7ee
commit a93d5246d2

View File

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