refactor: Reduce bundle size, replace date picker and merge function, add widget order feature etc

Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
David Ralph
2021-03-21 17:45:34 +00:00
parent f89a2f880d
commit 2bf8e0cfbc
16 changed files with 129 additions and 39 deletions

View File

@@ -3,7 +3,7 @@
}
input {
&[type=text] {
&[type=text] {
width: 200px;
color: var(--modal-text);
background: var(--sidebar);
@@ -26,6 +26,17 @@ input {
}
}
.DayPickerInput {
input {
width: 200px;
color: var(--modal-text);
background: var(--sidebar);
border: none;
padding: 10px 10px;
border-radius: 5px;
}
}
h4,
.switch {
display: inline;