Assorted CSS tweaks for mobile.

This commit is contained in:
2026-03-25 12:21:49 -04:00
parent 27da3a33d3
commit 5a2bea3040
2 changed files with 15 additions and 2 deletions

View File

@@ -142,7 +142,7 @@
{% if not forloop.first %}
<span class="crumb-sep">/</span>
{% endif %}
<a href="{{ crumb.path }}" class="crumb-link">{{ crumb.label|truncatechars:45 }}</a>
<a href="{{ crumb.path }}" class="{% if not forloop.last %}crumb-link{% else %}crumb-link-last{% endif %}">{{ crumb.label|truncatechars:45 }}</a>
{% endfor %}
</div>