diff --git a/app/index.html b/app/index.html index 03695b84..9c08d1a4 100644 --- a/app/index.html +++ b/app/index.html @@ -159,10 +159,11 @@

Main

- -
- - + +
+ + +
diff --git a/app/public/stylesheets/sass/_components/_player.scss b/app/public/stylesheets/sass/_components/_player.scss index 87265e44..09971d77 100644 --- a/app/public/stylesheets/sass/_components/_player.scss +++ b/app/public/stylesheets/sass/_components/_player.scss @@ -33,7 +33,7 @@ } .player_user { - display: block; + display: inline-block; color: #FFF; font-size: 11px; padding: 0 10px; @@ -117,10 +117,10 @@ } .player_time { - display: flex; - flex: 1; - align-items: center; - font-size: 13px; + display: inline-block; + font-size: 11px; + vertical-align: top; + color: #ccc; } .player_timeLeft {