Small visual tweaks for notifications tab (#4819)

This commit is contained in:
Oliver 2023-05-15 12:15:01 +10:00 committed by GitHub
parent 3e0b57f10a
commit 065f3e2404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvas-notification" data-bs-scroll="true" aria-labelledby="offcanvas-notification-label"> <div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvas-notification" data-bs-scroll="true" aria-labelledby="offcanvas-notification-label">
<div class="offcanvas-header"> <div class="offcanvas-header">
<h5 id="offcanvas-notification-label">{% trans "Notifications" %}</h5> <h5 id="offcanvas-notification-label"><span class='fas fa-bell'></span>&nbsp;{% trans "Notifications" %}</h5>
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button> <button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div> </div>
<div class="offcanvas-body"> <div class="offcanvas-body">
<a href="{% url 'notifications' %}">{% trans "Show all notifications and history" %}</a>
<hr>
<div id="notification-center"> <div id="notification-center">
<p class='text-muted'>{% trans "Notifications will load here" %}</p> <p class='text-muted'>{% trans "Notifications will load here" %}</p>
</div> </div>
<hr>
<a href="{% url 'notifications' %}">{% trans "Show all notifications and history" %}</a>
</div> </div>
</div> </div>