From 8d7f987ccb89a9c46d73df5bf92ac00d4f21df41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 18 Nov 2016 00:17:12 +0100 Subject: [PATCH] Sizing and position of castbutton mobile --- static/css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 976e64e0..c26f174a 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -1620,10 +1620,15 @@ nav ul li:hover, nav ul li.active { margin-top: inherit; } - #play, #pause, #volume-button, #fullscreen, .castButton, .castButton-active { + #play, #pause, #volume-button, #fullscreen { font-size: 31px; } + .castButton, .castButton-active{ + font-size: 28px; + margin: 0 33px 0 0px; + } + #viewers, #volume{ display: none; }