small ui fix #231

Merged
ismail merged 5 commits from frontend into main 2025-09-09 18:51:57 +03:00
Showing only changes of commit e901e2e4e6 - Show all commits

View File

@ -102,11 +102,11 @@ body {
</div>
<div class="col-lg-4 d-none d-lg-block">
<div class="card bg-light border-0 rounded-4 p-4 sticky-top mt-3">
<h4 class="fw-bold mb-3 text-dark">{% trans "Status" %}</h4>
<div class="card border-0 rounded-4 p-4 sticky-top mt-3 bg-gray-200">
<h4 class="fw-bold mb-3">{% trans "Status" %}</h4>
<ul class="list-unstyled mb-0">
<li class="d-flex align-items-center mb-2">
<i class="fas fa-circle-check text-secondary me-2"></i>
<i class="fas fa-circle-check me-2"></i>
<span>{% trans "Read:" %}<span class="fw-bold ms-1">{{read_count}}</span></span>
</li>
<li class="d-flex align-items-center">