!publish! library update...
This commit is contained in:
parent
e14068696b
commit
e4d4143cda
3 changed files with 23 additions and 5 deletions
|
@ -64,6 +64,7 @@ button:focus {
|
|||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
grid-gap: 1rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
#sandpoints {
|
||||
|
@ -153,9 +154,26 @@ select {
|
|||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
grid-gap: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.togglefold {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
.fmCollapse, .fmExpand {
|
||||
padding-top: 0.5rem;
|
||||
margin-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.fmCollapse::before {
|
||||
margin-right: 0.3rem;
|
||||
content: "⇲";
|
||||
}
|
||||
|
||||
.fmExpand::before {
|
||||
margin-right: 0.3rem;
|
||||
content: "⇱";
|
||||
}
|
||||
|
||||
#fmicon, #frontmatter, input.hasinput {
|
||||
background-color: #ffccbc;
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210525005428-46407d6d7eae
|
||||
# git.sandpoints.org/Drawwell/SandpointsEditPage v0.0.0-20210608103907-b24f80e496c9
|
||||
# git.sandpoints.org/Drawwell/SandpointsEditPage v0.0.0-20210618112054-40eb55bb0440
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue