From ff4a3cef1b519611c480ca5d04fe0d6626f342f0 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Mon, 6 Jan 2025 20:30:53 +0200 Subject: [PATCH] refactor(Cell): Make posters visible on more ss --- src/routes/Calendar/Table/Cell/Cell.less | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/src/routes/Calendar/Table/Cell/Cell.less b/src/routes/Calendar/Table/Cell/Cell.less index a5c79e178..154015798 100644 --- a/src/routes/Calendar/Table/Cell/Cell.less +++ b/src/routes/Calendar/Table/Cell/Cell.less @@ -134,7 +134,7 @@ } } -@media only screen and (orientation: portrait) { +@media only screen and (max-height: @xxsmall) and (orientation: portrait) { .cell { .heading { justify-content: center; @@ -150,23 +150,11 @@ } } -@media only screen and (max-width: @small) and (orientation: landscape) { +@media only screen and (max-height: @xxsmall) and (orientation: landscape) { .cell { flex-direction: row; align-items: center; - .items { - display: none; - } - - .more { - display: flex; - } - } -} - -@media only screen and (max-height: @xxsmall) and (orientation: landscape) { - .cell { .items { display: none; }