fix: adapt items display for mobile landscape

This commit is contained in:
Victor Sales 2025-10-15 20:36:13 +03:00
parent 83752eb647
commit 4361792cae

View file

@ -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 {