Compare commits

..

No commits in common. "41475f98fa397e2e7497878eea670c843951db68" and "255c08b74b688e67b554c7d2d06d99564751bf04" have entirely different histories.

2 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,8 @@ body {
<span id="unread-count-text" class="fw-bold me-1">{{ total_count}}</span> {% trans "Notifications" %}
</span>
<a href="{% url 'mark_all_notifications_as_read' %}"
hx-get="{% url 'mark_all_notifications_as_read' %}"
hx-swap="none"
class="btn btn-sm btn-outline-secondary rounded-pill fw-bold">
<i class="fas fa-check-double me-2"></i>{% trans "Mark all read" %}
</a>

View File

@ -144,6 +144,7 @@
}
.summary-box {
background-color: #ffffff;
border: 1px solid var(--border-color);
border-radius: 0.75rem;
padding: 2rem;