fix screen layout when reset db on start

pull/1381/head
Audric Ackermann 4 years ago
parent 4d9371dfe7
commit 4e1ec3b65a
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -1,6 +1,21 @@
.password {
height: 100vh;
.clear-data-wrapper {
margin: auto;
.warning-info-area {
display: flex;
flex-direction: column;
align-items: center;
}
.button-group {
display: flex;
justify-content: space-around;
}
}
.password-prompt {
&-wrapper {
display: flex;

Loading…
Cancel
Save