From 1a7ff97e7e0ed18fb8233cec3915e614ca4549b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 24 Oct 2018 19:41:53 +0200 Subject: [PATCH] better placement of song title on embedded player --- server/public/assets/css/embed.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/public/assets/css/embed.css b/server/public/assets/css/embed.css index 2dc71d8c..ef48b86e 100755 --- a/server/public/assets/css/embed.css +++ b/server/public/assets/css/embed.css @@ -681,6 +681,7 @@ display: none !important; #song-title { width: 100vw; - bottom: 149px; + font-size: 1.2rem; + top: calc(100vh - 200px); } }