kropka kategorii na malych ekranach

This commit is contained in:
Mateusz Gruszczyński
2026-01-21 10:58:01 +01:00
parent a4d17492d2
commit af40974018
2 changed files with 18 additions and 3 deletions

View File

@@ -189,9 +189,9 @@
</span>
<!-- Mobile: klikalny tytuł -> shared_list -->
<a class="d-inline d-sm-none text-white text-decoration-none"
href="{{ url_for('shared_list', list_id=l.id) }}">
{{ l.title }} (Autor: {{ l.owner.username if l.owner else '—' }})
<a class="d-inline d-sm-none fw-bold list-title text-white text-decoration-none"
href="{{ url_for('viewlist', list_id=l.id) }}">
{{ l.title }}
</a>
{% for cat in l.category_badges %}