mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
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:
parent
5b84b73b6b
commit
c715ba0f7b
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue