mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-25 03:00:20 -04:00
Added database importing (Resolves #2)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user