From 5d1ede5f632e9ab72cad81f9095bc1c17b115656 Mon Sep 17 00:00:00 2001 From: timvisee Date: Wed, 21 Oct 2020 17:51:19 +0200 Subject: [PATCH] Fix password field not being inline with password checkbox --- app/ui/archiveTile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ui/archiveTile.js b/app/ui/archiveTile.js index 2028a980..1592f882 100644 --- a/app/ui/archiveTile.js +++ b/app/ui/archiveTile.js @@ -53,7 +53,7 @@ function password(state) { id="password-input" class="${state.archive.password ? '' - : 'invisible'} border rounded focus:border-blue-60 leading-normal py-1 pl-2 pr-8 h-8 dark:bg-grey-80" + : 'invisible'} border rounded focus:border-blue-60 leading-normal my-1 py-1 px-2 h-8 dark:bg-grey-80" autocomplete="off" maxlength="${MAX_LENGTH}" type="password" @@ -74,7 +74,7 @@ function password(state) { src="${assets.get('eye.svg')}" width="22" height="22" - class="m-auto" + class="m-auto mt-2" />