From: Chocobozzz Date: Mon, 26 Apr 2021 12:37:24 +0000 (+0200) Subject: Fix eye button for password input X-Git-Tag: v3.2.0-rc.1~110 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=ab5b66891b9f323d56e322f6cc71b0c93b9606da;p=github%2FChocobozzz%2FPeerTube.git Fix eye button for password input --- diff --git a/client/src/app/shared/shared-forms/input-toggle-hidden.component.html b/client/src/app/shared/shared-forms/input-toggle-hidden.component.html index 9f252f299..63e49c778 100644 --- a/client/src/app/shared/shared-forms/input-toggle-hidden.component.html +++ b/client/src/app/shared/shared-forms/input-toggle-hidden.component.html @@ -6,7 +6,7 @@ />
- diff --git a/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss b/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss index e20f69b86..d2f68e2a4 100644 --- a/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss +++ b/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss @@ -9,3 +9,7 @@ input { padding-left: 15px !important; padding-right: 15px !important; } + +.eye-button { + line-height: 1 !important; +}