feat(plugins/sponsors): add plugin_sponsors_past (#958) [skip ci]
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<span><%= plugins.sponsors.goal.title %></span>
|
||||
</div>
|
||||
<div class="row">
|
||||
<% for (const user of plugins.sponsors.list) { %><img class="avatar" src="<%= user.avatar %>" width="24" height="24" alt="" /><% } %>
|
||||
<% for (const user of plugins.sponsors.list) { %><img class="avatar <%= user.past ? "past" : "" %>" src="<%= user.avatar %>" width="24" height="24" alt="" /><% } %>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -1071,6 +1071,9 @@
|
||||
.sponsors .avatar {
|
||||
margin: 2px;
|
||||
}
|
||||
.sponsors .avatar.past {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
/* Stackoverflow */
|
||||
.stackoverflow {
|
||||
|
||||
Reference in New Issue
Block a user