general.js: do not move the style-select in the options

This commit is contained in:
Zankaria 2025-02-12 23:25:43 +01:00
parent a73456c283
commit 9bb7f0d2f2

View file

@ -43,9 +43,6 @@ $(function(){
document.location.reload();
}
});
$("#style-select").detach().css({float:"none","margin-bottom":0}).appendTo(tab.content);
});
}();