mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 19:52:28 +08:00
client: add some gap between protected session password prompt form elements
This commit is contained in:
parent
8a51f05bf4
commit
4dafb47a36
@ -9,6 +9,11 @@ const TPL = `
|
|||||||
width: 300px;
|
width: 300px;
|
||||||
margin: 30px auto auto;
|
margin: 30px auto auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input, button {
|
||||||
|
margin-top: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<form class="protected-session-password-form">
|
<form class="protected-session-password-form">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user