mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 05:29:17 -06:00
UX: Add margin when displaying unlisted details in composer.
This commit is contained in:
parent
367cbf5d2b
commit
3ac5df0546
@ -29,7 +29,7 @@
|
||||
<span class="whisper">{{d-icon "far-eye-slash"}}</span>
|
||||
{{/if}}
|
||||
{{#if model.unlistTopic}}
|
||||
<span class="whisper">({{i18n "composer.unlist"}})</span>
|
||||
<span class="unlist">({{i18n "composer.unlist"}})</span>
|
||||
{{/if}}
|
||||
{{#if model.noBump}}
|
||||
<span class="no-bump">{{d-icon "anchor"}}</span>
|
||||
|
@ -169,6 +169,10 @@
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
.unlist {
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
.display-edit-reason {
|
||||
display: inline-flex;
|
||||
a {
|
||||
|
Loading…
Reference in New Issue
Block a user