mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
Make spacing after [deleted] authors consistent.
This commit is contained in:
committed by
Neil Williams
parent
c6b2115d51
commit
26a32e1bc1
@@ -589,7 +589,7 @@ ul.flat-vert {text-align: left;}
|
||||
.tagline a.author.admin { font-weight: bold }
|
||||
.tagline a:hover { text-decoration: underline }
|
||||
|
||||
a.author { margin-right: 0.5em; }
|
||||
.author { margin-right: 0.5em; }
|
||||
|
||||
.flair {
|
||||
display: inline-block;
|
||||
|
||||
@@ -32,12 +32,12 @@
|
||||
</%def>
|
||||
|
||||
%if context_deleted and not c.user_is_admin:
|
||||
[deleted]
|
||||
<span class="author">[deleted]</span>
|
||||
%else:
|
||||
%if thing.user_deleted:
|
||||
<span>[deleted]</span>
|
||||
<span class="author">[deleted]</span>
|
||||
%elif thing.name == '[blocked]':
|
||||
<span>${_(thing.thing.original_author.name)}</span>
|
||||
<span class="author">${_(thing.thing.original_author.name)}</span>
|
||||
%else:
|
||||
%if thing.flair_position == 'left':
|
||||
${flair(thing, enabled=thing.force_show_flair)}
|
||||
|
||||
Reference in New Issue
Block a user