mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Vertically aligned the loading gif
This commit is contained in:
@@ -33,7 +33,7 @@ function updateList()
|
||||
setTimeout(function()
|
||||
{
|
||||
|
||||
$("#wrapper").empty();
|
||||
//$("#wrapper").empty();
|
||||
|
||||
$.each(list.songs, function(j, listeID){
|
||||
|
||||
@@ -51,7 +51,7 @@ function updateList()
|
||||
delsong+
|
||||
"</div>"+
|
||||
"</div>";
|
||||
$("#wrapper").append(finalhtml);
|
||||
//$("#wrapper").append(finalhtml);
|
||||
});
|
||||
if($("#playlist").height() != $("#player").height())
|
||||
{
|
||||
|
||||
@@ -155,7 +155,7 @@ input[type="radio"]{display: none;}
|
||||
.bigchan{font-size:150px;}
|
||||
#channels{font-size:60px;width:99%;}
|
||||
.channel{font-size:40px;}
|
||||
#loading{display:initial;display: table-cell;vertical-align: bottom;width: 50%;position: absolute;left:25%}
|
||||
#loading{display:initial;display: table-cell;vertical-align: bottom;width: 50%;position: absolute;/*left:25%;*/top: 50%;left: 50%;transform: translate(-50%, -50%);}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user