Settings on mobile and fixed some transitionbugs

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-15 15:04:25 +01:00
parent a3d10b0b1e
commit e3822cee11
3 changed files with 28 additions and 3 deletions

View File

@@ -94,6 +94,9 @@ function updateList()
else
$("#setpass").text("Channel has no admin");
}
$("#settings").css("visibility", "visible");
$("#settings").css("opacity", "0.7");
$("#wrapper").css("opacity", "1");
}, 2500);
}