1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00

CSS overhaul

I think it's pretty sweet.
This commit is contained in:
Lars Martens 2016-11-23 18:21:13 +01:00
parent 57d0cd3e9c
commit 2c80abc37c
4 changed files with 64 additions and 39 deletions

View file

@ -350,7 +350,10 @@ function updateUI(){
$("#code").text(generateCode());
if(generateCode().length > 100){
$("#codeinfo").html("<b>Please note:</b> This command is too long to be executed from chat. You need to place it inside a command block. (see below)");
$("#codeinfo").slideDown();
}
else{
$("#codeinfo").slideUp();
}