diff options
| author | William Pitcock <nenolod@dereferenced.org> | 2018-08-31 00:42:42 +0000 |
|---|---|---|
| committer | William Pitcock <nenolod@dereferenced.org> | 2018-08-31 00:42:42 +0000 |
| commit | 38e3c2493de22251000d00d3067fa54090c38817 (patch) | |
| tree | 350d1700287e6059f17a24f8ca4ee572bb7f170f /src/App.scss | |
| parent | 2dd99c7dd95e6af2c177172c09370a5193016f3b (diff) | |
add the ability to select a post's content type
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 { |
