client: add some gap between protected session password prompt form elements

This commit is contained in:
Adorian Doran 2025-02-03 17:00:01 +02:00
parent 8a51f05bf4
commit 4dafb47a36

View File

@ -9,6 +9,11 @@ const TPL = `
width: 300px;
margin: 30px auto auto;
}
input, button {
margin-top: 12px;
}
</style>
<form class="protected-session-password-form">