Merge pull request #1217 from cezar-carneiro/show-progress-on-cast-screen

This commit is contained in:
Feross Aboukhadijeh
2020-11-26 01:44:32 +01:00
committed by GitHub
2 changed files with 62 additions and 0 deletions

View File

@@ -558,6 +558,13 @@ body.drag .app::after {
width: 100%;
}
.player .name {
font-size: 20px;
font-weight: bold;
line-height: 1.5em;
margin-bottom: 6px;
}
/*
* PLAYER CONTROLS
*/