fix: refine task card header spacing

This commit is contained in:
2026-04-15 13:29:17 +02:00
parent e7a22ec27d
commit 25459216bc
2 changed files with 59 additions and 1 deletions

View File

@@ -45,7 +45,7 @@
{% macro task_card(task, current_user, compact=false) -%}
<article class="task-card {% if compact %}task-card--compact{% endif %}">
<div class="task-card__top">
<div>
<div class="task-card__title-block">
<div class="chip-row">
{{ status_badge(task) }}
<span class="point-pill">{{ task.points_awarded }} Punkte{% if task.is_shared_assignment %} / Person{% endif %}</span>