Fix minor styling issues

This commit is contained in:
Ramon Wenger 2024-11-21 15:02:26 +01:00
parent b785e327c6
commit aa7137b764
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ const { t } = useTranslation();
<template v-if="isInCourse">
<div class="flex h-full items-center border-r border-slate-500">
<router-link to="/" class="flex items-center pr-3">
<it-icon-arrow-left />
<it-icon-arrow-left class="fill-current text-slate-500" />
<span class="hidden text-slate-500 lg:inline">
{{ t("a.Dashboard") }}
</span>

View File

@ -172,7 +172,7 @@ const formattedCourseDueDate = computed(() => {
</span>
</button>
<div
class="col-span-2 flex flex-col gap-4 px-6 lg:gap-6"
class="col-span-2 flex flex-col items-start gap-4 px-6 lg:gap-6"
:class="attendanceSaved ? 'lg:flex-row lg:items-center' : 'gap-8 lg:gap-8'"
>
<AttendanceStatus