From 4361792cae363ac8ec2b4b4f1a4c8158abde96b8 Mon Sep 17 00:00:00 2001 From: Victor Sales <36749678+v1ctorsales@users.noreply.github.com> Date: Wed, 15 Oct 2025 20:36:13 +0300 Subject: [PATCH] fix: adapt items display for mobile landscape --- src/routes/Calendar/Table/Cell/Cell.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/routes/Calendar/Table/Cell/Cell.less b/src/routes/Calendar/Table/Cell/Cell.less index d5202c53d..f6ef744f1 100644 --- a/src/routes/Calendar/Table/Cell/Cell.less +++ b/src/routes/Calendar/Table/Cell/Cell.less @@ -29,7 +29,7 @@ .heading { position: relative; display: flex; - align-items: center; + align-items: flex-start; .day { flex: none; @@ -165,7 +165,7 @@ @media @phone-landscape { .cell { - flex-direction: column; + flex-direction: row; .items { padding: 1px; @@ -182,7 +182,6 @@ @media only screen and (max-height: @medium) and (max-width: @medium) and (orientation: landscape) { .cell { gap: 0; - flex-direction: column; .heading { .day {