feature: update templates with new templater v1

This commit is contained in:
Ben Hong
2021-05-06 15:00:21 -04:00
parent 2b703c8bf2
commit a6f9279b65
63 changed files with 3505 additions and 23990 deletions

View File

@@ -46,3 +46,16 @@
.templater_button:hover {
background-color: #00496A !important;
}
.templater-prompt-div {
display: flex;
}
.templater-prompt-form {
display: flex;
flex-grow: 1;
}
.templater-prompt-input {
flex-grow: 1;
}