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
This commit is contained in:
Reto Brunner 2023-06-18 14:28:29 +02:00
parent 5b84b73b6b
commit c715ba0f7b

View file

@ -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;