add feature: export and import preferences as json file

This commit is contained in:
teddit
2021-03-19 20:40:24 +01:00
parent 41c62b37a7
commit caf8901e47
3 changed files with 62 additions and 3 deletions

View File

@@ -150,12 +150,15 @@ form .setting {
margin: 10px 0;
width: 100%;
}
#export-form {
.export-import-form {
margin: 60px 0px 0px 0px;
}
#export-form input {
.export-import-form input {
margin: 10px 0px 10px 0px;
}
.export-import-form:last-child {
margin: 25px 0px 15px 0px;
}
.container .content small.notice {
padding-top: 20px;
padding-bottom: 5px;