PlayerInfo: Swap bold properties of the labels.

This commit is contained in:
Jordan Petridis
2018-06-23 22:45:18 +00:00
parent 3e2ab8e7ee
commit a93d5246d2
+2 -2
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;
}