pull/98/head
Aevann 2023-01-25 04:51:51 +02:00
commit 9866e7ed95
2 changed files with 2 additions and 7 deletions

View File

@ -3930,7 +3930,6 @@ small, .small {
color: var(--muted);
font-weight: 600;
font-size: 12px;
z-index: 1000;
}
.dropdown-actions .fa, .dropdown-actions .fas, .dropdown-actions .far {
font-size: 12px;
@ -3970,9 +3969,6 @@ small, .small {
.dropdown-actions .list-inline .list-inline-item:last-child {
margin-right: 0;
}
#searchparams-dropdown {
z-index: 1001;
}
.page-link {
font-weight: 900;
background-color: var(--dark);

View File

@ -8,6 +8,8 @@
{% endblock %}
{% block pagetype %}thread{% endblock %}
{% block head_final %}
{% include "awards.html" %}
{% include "fistmas/awards.html" %}
{% endblock %}
{% set ups=p.upvotes %}
{% set downs=p.downvotes %}
@ -56,9 +58,6 @@
{% block content %}
{% include "awards.html" %}
{% include "fistmas/awards.html" %}
<div class="row mb-3">
<div id="post-root" class="col-12 {% if p.award_count('tilt', v) %}tilt{% endif %}">