style(calendar): normalize indentation to match project formatting

This commit is contained in:
Victor Sales 2025-10-11 16:17:10 +03:00
parent 06365262d1
commit d8904bdb5a

View file

@ -27,9 +27,9 @@
}
.heading {
position: relative;
position: relative;
height: 100%;
display: flex;
display: flex;
align-items: start;
padding: 0;
@ -63,9 +63,9 @@
height: 100%;
aspect-ratio: 2 / 3;
border-radius: var(--border-radius);
aspect-ratio: 2 / 3;
height: 100%;
max-height: clamp(8rem, 25vh, 14rem);
aspect-ratio: 2 / 3;
height: 100%;
max-height: clamp(8rem, 25vh, 14rem);
.icon {
flex: none;
@ -153,22 +153,22 @@
@media only screen and (max-height: @xsmall) and (max-width: @xsmall) {
.cell {
gap: 0;
gap: 0;
.heading {
.day {
font-size: 0.875rem;
}
}
.heading {
.day {
font-size: 0.875rem;
}
}
.items {
padding: 0.25rem;
padding: 0.25rem;
display: none;
.item {
pointer-events: none;
border-radius: calc(var(--border-radius) / 2);
}
.item {
pointer-events: none;
border-radius: calc(var(--border-radius) / 2);
}
}
}
}
@ -185,8 +185,8 @@
.items {
padding: 0.25rem;
width: 100%;
height: 100%;
width: 100%;
height: 100%;
.item {
pointer-events: none;