From 9e6f500bb584cc165ef6d574d988d4f6fe283450 Mon Sep 17 00:00:00 2001 From: Pitros Date: Thu, 17 Sep 2015 22:36:24 +0200 Subject: [PATCH] Move track time --- app/index.html | 9 +++++---- app/public/stylesheets/sass/_components/_player.scss | 10 +++++----- 2 files changed, 10 insertions(+), 9 deletions(-) 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 {