From d8904bdb5a2f814bd2f08895947694579f973b90 Mon Sep 17 00:00:00 2001 From: Victor Sales <36749678+v1ctorsales@users.noreply.github.com> Date: Sat, 11 Oct 2025 16:17:10 +0300 Subject: [PATCH] style(calendar): normalize indentation to match project formatting --- src/routes/Calendar/Table/Cell/Cell.less | 36 ++++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/routes/Calendar/Table/Cell/Cell.less b/src/routes/Calendar/Table/Cell/Cell.less index 7dd940ad5..975985e91 100644 --- a/src/routes/Calendar/Table/Cell/Cell.less +++ b/src/routes/Calendar/Table/Cell/Cell.less @@ -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;