Fix minor styling issues
This commit is contained in:
parent
b785e327c6
commit
aa7137b764
|
|
@ -11,7 +11,7 @@ const { t } = useTranslation();
|
||||||
<template v-if="isInCourse">
|
<template v-if="isInCourse">
|
||||||
<div class="flex h-full items-center border-r border-slate-500">
|
<div class="flex h-full items-center border-r border-slate-500">
|
||||||
<router-link to="/" class="flex items-center pr-3">
|
<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">
|
<span class="hidden text-slate-500 lg:inline">
|
||||||
{{ t("a.Dashboard") }}
|
{{ t("a.Dashboard") }}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
|
|
@ -172,7 +172,7 @@ const formattedCourseDueDate = computed(() => {
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
<div
|
<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'"
|
:class="attendanceSaved ? 'lg:flex-row lg:items-center' : 'gap-8 lg:gap-8'"
|
||||||
>
|
>
|
||||||
<AttendanceStatus
|
<AttendanceStatus
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue