Merge remote-tracking branch 'upstream/develop' into polish

* upstream/develop:
  i18n: make "plain text" translatable
  add the ability to select a post's content type
This commit is contained in:
Henry Jameson 2018-08-31 04:20:40 +03:00
commit 46d8b55d44
6 changed files with 31 additions and 10 deletions

View file

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