UI updates

This commit is contained in:
Andras Bacsai
2022-11-07 08:59:06 +01:00
parent a97f7d225a
commit 1c2d76e651
4 changed files with 113 additions and 39 deletions

View File

@@ -30,8 +30,12 @@
function generateClass() {
switch (name) {
case 'n8n':
return 'w-12 h-12 -mt-3';
case 'weblate':
return 'w-12 h-12 -mt-3';
default:
return isAbsolute ? 'w-12 h-12 absolute top-0 left-0 -m-3 -mt-5' : 'w-8 h-8 mx-auto';
return isAbsolute ? 'w-10 h-10' : 'w-8 h-8 mx-auto';
}
}
</script>