From 800ad6fc711db081f18ec5ee75ace7d4e934a0c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sun, 15 Feb 2015 20:32:17 +0100 Subject: [PATCH] Changed size of the bars --- js/youtube.js | 2 +- static/style.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/youtube.js b/js/youtube.js index 05eac8b8..3394092e 100755 --- a/js/youtube.js +++ b/js/youtube.js @@ -398,7 +398,7 @@ function setBGimage(id){ function notifyUser(id, title) { title= title.replace(/\\\'/g, "'").replace(/"/g,"'").replace(/&/g,"&"); - if (Notification.permission === "granted" && !notified && document.hidden && id != "30H2Z8Lr-4c") { + if (Notification.permission === "granted" && !notified && document.hidden && id != "30H2Z8Lr-4c" && !window.mobilecheck()) { var notification = new Notification("Now Playing", {body: title, icon: "http://i.ytimg.com/vi/"+id+"/mqdefault.jpg", iconUrl: "http://i.ytimg.com/vi/"+id+"/mqdefault.jpg"}); setTimeout(function(){ notification.close(); diff --git a/static/style.css b/static/style.css index 3745788f..12d57b19 100755 --- a/static/style.css +++ b/static/style.css @@ -833,9 +833,9 @@ input[type="radio"] { /*#results{background-color: white;} #title, .result_info{color:#000 !important;}*/ /*.blurT{-webkit-filter: blur(0px);}*/ - #eBar,#sBar { - font-size:40px; - height:50px; + #eBar, #sBar, #pBar { + font-size:50px; + height:75px; } #zicon {