Added 'keep hosting settings' option for db import

This commit is contained in:
CasVT
2024-03-03 13:06:49 +01:00
parent a65676ffb7
commit f7decf4b4e
6 changed files with 76 additions and 17 deletions

View File

@@ -234,8 +234,15 @@ h2 {
padding: .25rem;
}
#upload-database-form {
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
}
#hosting-form > p,
#upload-database-form p {
#upload-database-form > p {
max-width: 50rem;
margin-inline: auto;
text-align: center;