Update Calendar.vue to fix alignment
The component's CSS adds additional padding which results in Saturday and Sunday not being aligned with the rest of the days.
This commit is contained in:
parent
5cc6ef1e9d
commit
154e0b599a
|
|
@ -152,12 +152,6 @@ const vCalendarSlots = computed(() => {
|
||||||
.calendar .vc-weekday {
|
.calendar .vc-weekday {
|
||||||
@apply text-muted-foreground rounded-md w-full font-normal text-[0.8rem];
|
@apply text-muted-foreground rounded-md w-full font-normal text-[0.8rem];
|
||||||
}
|
}
|
||||||
.calendar .vc-weekday-1 {
|
|
||||||
@apply pr-3;
|
|
||||||
}
|
|
||||||
.calendar .vc-weekday-7 {
|
|
||||||
@apply pl-3;
|
|
||||||
}
|
|
||||||
.calendar .vc-weeks {
|
.calendar .vc-weeks {
|
||||||
@apply w-full space-y-2 flex flex-col [&>_div]:grid [&>_div]:grid-cols-7;
|
@apply w-full space-y-2 flex flex-col [&>_div]:grid [&>_div]:grid-cols-7;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user