implement config

This commit is contained in:
xmcp
2019-05-10 14:15:38 +08:00
parent 0bdc6d600f
commit 39e07f24e9
15 changed files with 286 additions and 49 deletions

14
src/Config.css Normal file
View File

@@ -0,0 +1,14 @@
.config-ui-header {
text-align: center;
top: 0;
position: sticky;
}
.bg-preview {
height: 18em;
width: 32em;
max-height: 60vh;
max-width: 100%;
margin: .5em auto 1em;
box-shadow: 0 1px 5px rgba(0,0,0,.4);
}