Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama
commit
9866e7ed95
|
@ -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);
|
||||
|
|
|
@ -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 %}">
|
||||
|
|
Loading…
Reference in New Issue