Changed size of the bars

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-15 20:32:17 +01:00
parent 875924cf11
commit 800ad6fc71
2 changed files with 4 additions and 4 deletions

View File

@@ -398,7 +398,7 @@ function setBGimage(id){
function notifyUser(id, title) { function notifyUser(id, title) {
title= title.replace(/\\\'/g, "'").replace(/"/g,"'").replace(/&/g,"&"); 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"}); 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(){ setTimeout(function(){
notification.close(); notification.close();

View File

@@ -833,9 +833,9 @@ input[type="radio"] {
/*#results{background-color: white;} /*#results{background-color: white;}
#title, .result_info{color:#000 !important;}*/ #title, .result_info{color:#000 !important;}*/
/*.blurT{-webkit-filter: blur(0px);}*/ /*.blurT{-webkit-filter: blur(0px);}*/
#eBar,#sBar { #eBar, #sBar, #pBar {
font-size:40px; font-size:50px;
height:50px; height:75px;
} }
#zicon { #zicon {