mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
Un-gold-gate per subreddit karma on user pages.
This commit is contained in:
@@ -5121,8 +5121,13 @@ body:not(.gold) .allminus-link {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.giftgold.karma-breakdown {
|
||||
.karma-breakdown {
|
||||
margin-top: .6em;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.karma-breakdown a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.friend-note button[type=submit] {
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
 
|
||||
${_("comment karma")}
|
||||
|
||||
%if c.user_is_admin or (c.user.gold and c.user == thing.user):
|
||||
%if c.user_is_admin or c.user == thing.user:
|
||||
<table id="per-sr-karma"
|
||||
% if not c.user_is_admin:
|
||||
class="more-karmas"
|
||||
@@ -101,7 +101,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
% if not c.user_is_admin or len(karmas) > 5:
|
||||
<div class="giftgold karma-breakdown">
|
||||
<div class="karma-breakdown">
|
||||
<a href="javascript:void(0)"
|
||||
onclick="$('.more-karmas').show();$(this).hide();return false">
|
||||
show karma breakdown by subreddit
|
||||
|
||||
Reference in New Issue
Block a user