From eb61ad69434840c3fcd1d090f3c977454fbd04fb Mon Sep 17 00:00:00 2001 From: Victor Sales <36749678+v1ctorsales@users.noreply.github.com> Date: Fri, 17 Oct 2025 18:20:31 +0300 Subject: [PATCH] fix: remove unused mediaquery --- src/routes/Calendar/Table/Cell/Cell.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/routes/Calendar/Table/Cell/Cell.less b/src/routes/Calendar/Table/Cell/Cell.less index 2ea7c6a74..afd2a3889 100644 --- a/src/routes/Calendar/Table/Cell/Cell.less +++ b/src/routes/Calendar/Table/Cell/Cell.less @@ -208,7 +208,3 @@ @media screen and (max-width: @small) and (orientation: portrait) { .disable-cell-items(); } - -@media screen and (min-width: @small-phone-portrait-size) and (max-width: @small) and (orientation: portrait) { - .disable-cell-items(); -}