mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-05 20:25:02 -05:00
Make recently viewed links flair look like normal link flair
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
<%def name="flair()">
|
||||
%if c.user.pref_show_link_flair:
|
||||
<span class="linkflair"
|
||||
<span class="linkflairlabel"
|
||||
${optionalstyle("color: #545454; background-color: #f5f5f5; border: 1px solid #dedede; display: inline-block; font-size: x-small; margin-right: 0.5em; padding: 0 2px; max-width: 10em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;")}>
|
||||
${thing.flair_text}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user