Author's Note Template

This commit is contained in:
Gnome Ann
2021-12-29 23:43:36 -05:00
parent 7573f64bf2
commit 276f24029e
5 changed files with 99 additions and 9 deletions

View File

@@ -212,9 +212,19 @@ chunk.editing, chunk.editing * {
padding-right: 10px;
}
#anoteinput {
#anoteinput, #anotetemplate {
background-color: #404040;
color: #ffffff;
resize: none;
overflow: auto;
}
#anoteinput {
height: 60px;
}
#anotetemplate {
height: 60px;
}
#anoteslidelabel {
@@ -428,6 +438,10 @@ chunk.editing, chunk.editing * {
color: #ffffff;
}
.anotelabel:not(.no-padding) {
padding-top: 10px;
}
.airange {
width: 100px;
}