Added database importing (Resolves #2)

This commit is contained in:
CasVT
2024-02-28 13:48:24 +01:00
parent a8570f2f0b
commit c9a71d8be6
10 changed files with 303 additions and 47 deletions

View File

@@ -157,9 +157,9 @@ h2 {
#add-user-button,
#download-db-button,
#upload-db-button,
#restart-button,
#shutdown-button {
width: min(15rem, 100%);
height: 2rem;
@@ -171,6 +171,7 @@ h2 {
}
#download-db-button,
#upload-db-button,
#restart-button,
#shutdown-button {
height: unset;
@@ -229,6 +230,13 @@ h2 {
padding: .25rem;
}
#upload-database-form p {
max-width: 50rem;
margin-inline: auto;
text-align: center;
word-wrap: break-word;
}
@media (max-width: 40rem) {
#settings-form {
justify-content: flex-start;