add import/export feature for preferences

This commit is contained in:
teddit
2021-01-30 22:16:56 +01:00
parent bc0aff9481
commit 6eb6c73b18
4 changed files with 78 additions and 1 deletions

View File

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