diff options
| author | kaniini <nenolod@gmail.com> | 2018-08-31 03:54:37 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-08-31 03:54:37 +0000 |
| commit | 84aa1ecdcd9b7dce53761d84e99f0105a2093280 (patch) | |
| tree | e22cd240cbae010fe4ea521ca5012e109229300c /src/App.scss | |
| parent | 2dd99c7dd95e6af2c177172c09370a5193016f3b (diff) | |
| parent | cabcb5c81b2d0018e07448f2d1bf72f5aa6e42e0 (diff) | |
Merge branch 'feature/rich-text' into 'develop'
initial rich text authoring support
See merge request pleroma/pleroma-fe!325
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 3b8b3224..becea1c9 100644 --- a/src/App.scss +++ b/src/App.scss @@ -451,6 +451,10 @@ nav { color: $fallback--lightFg; color: var(--lightFg, $fallback--lightFg); } + + .text-format { + float: right; + } } .visibility-notice { |
