From c715ba0f7b261d1cba31038765298517e400d9ff Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Sun, 18 Jun 2023 14:28:29 +0200 Subject: [PATCH] log in dialog: remove margin override The padding is relative and as such under the control of the RevealPassword component. Doesn't make sense to override this in the login dialog --- client/css/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 0285ef5a..b59f6efb 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -2015,10 +2015,6 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ width: 100%; } -#sign-in .password-container .reveal-password { - top: 31px; -} - .password-container .reveal-password { position: absolute; top: 2px;