forked from rDrama/rDrama
1
0
Fork 0

remove sum bullshit

master
Aevann1 2022-08-23 23:39:44 +02:00
parent f40368fce2
commit 9f1e65377d
2 changed files with 1 additions and 9 deletions

View File

@ -38,14 +38,6 @@
{% block desktopBanner %}
{% if v and v.id == AEVANN_ID %}
<style>
#frontpage .post-title a:not(.visited):not(.sub):visited {
color: var(--black) !important;
}
</style>
{% endif %}
<div class="row" style="overflow: visible;padding-top:5px;">
<div class="col">
{% if sub %}

View File

@ -231,7 +231,7 @@
</div>
<h5 class="card-title post-title text-left w-lg-95 mb-0 pb-0 pb-md-1">
<a id="{{p.id}}-title" {% if v and v.newtab and not g.webview %}target="_blank"{% endif %} href="{{p.permalink}}" class="{% if p.sub %}sub{% elif voted and v.id == AEVANN_ID %}visited{% endif %} stretched-link {% if p.author.agendaposter and p.sub != 'chudrama' %}agendaposter{% endif %}">
<a id="{{p.id}}-title" {% if v and v.newtab and not g.webview %}target="_blank"{% endif %} href="{{p.permalink}}" class="{% if p.sub %}sub{% endif %} stretched-link {% if p.author.agendaposter and p.sub != 'chudrama' %}agendaposter{% endif %}">
{% if p.club %}<span class="patron font-weight-bolder mr-1" style="background-color:red; font-size:12px; line-height:2;">{{CC}}</span>{% endif %}
{% if p.category %}{{help.submission_category_tag(p.category.name, p.category.color_text, p.category.color_bg)}}{% endif %}
{% if p.flair %}<span class="patron font-weight-bolder mr-1" style="background-color:var(--primary); font-size:12px; line-height:2;">{{p.flair | safe}}</span>{% endif %}