ui: fixes

This commit is contained in:
Andras Bacsai
2022-08-26 18:56:05 +00:00
parent 570b286ef9
commit 463fee429b
2 changed files with 7 additions and 7 deletions

View File

@@ -4,6 +4,6 @@
<img
alt="minio logo"
class={isAbsolute ? 'w-7 h-7 absolute top-0 left-0 -m-3 -mt-5' : 'w-4 h-4 mx-auto'}
class={isAbsolute ? 'w-7 h-12 absolute top-0 left-0 -m-3 -mt-5' : 'w-4 h-8 mx-auto'}
src="/minio.png"
/>