Fix media player top card radius

This commit is contained in:
Paulus Schoutsen 2016-04-14 23:03:39 -07:00
parent 1ad673ff6f
commit e21ffafd3d

View File

@ -20,6 +20,9 @@
background-image: url(/static/images/card_media_player_bg.png);
background-repeat: no-repeat;
background-color: var(--primary-color);
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.banner:before {