aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-08-31 04:20:40 +0300
committerHenry Jameson <me@hjkos.com>2018-08-31 04:20:40 +0300
commit46d8b55d445b372b8c782d8730333f7d1363fcf9 (patch)
tree9713a5ae62f84443e3805a081c69a37e17c14264 /src/App.scss
parente99534ef717881d71a6fa975bb5e81fad6399b15 (diff)
parent20a67e6809b573aa7ec687dabcfe2743c47705c7 (diff)
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
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 09014c15..70769fad 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -498,6 +498,10 @@ nav {
color: $fallback--lightFg;
color: var(--lightFg, $fallback--lightFg);
}
+
+ .text-format {
+ float: right;
+ }
}
.visibility-notice {