fix #1142: submit button on mobile password input

This commit is contained in:
antelle 2020-03-15 13:01:24 +01:00
parent 347c8fff73
commit 2c0624d5b4
2 changed files with 6 additions and 1 deletions

View File

@ -97,11 +97,15 @@
position: absolute;
left: 100%;
@include mobile {
display: none;
left: auto;
right: 0;
}
color: var(--muted-color);
> i {
font-size: 3em;
@include mobile {
line-height: .8;
}
}
}
.open--show-focus & {

View File

@ -7,6 +7,7 @@ Release notes
`+` #1393: option to disable saving and exporting (canSaveTo)
`+` #1006: password generator patterns
`+` #1309: back button in attachment preview
`+` #1142: submit button on mobile password input
`-` fix #1396: fixed hyperlinks in notes
`-` fix #1323: version in the About dialog
`-` fix #734: OTP secrets with spaces