add the ability to select a post's content type

This commit is contained in:
William Pitcock 2018-08-31 00:42:42 +00:00
parent 2dd99c7dd9
commit 38e3c2493d
5 changed files with 28 additions and 10 deletions

View file

@ -451,6 +451,10 @@ nav {
color: $fallback--lightFg;
color: var(--lightFg, $fallback--lightFg);
}
.text-format {
float: right;
}
}
.visibility-notice {