mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: adapt items display for mobile landscape
This commit is contained in:
parent
83752eb647
commit
4361792cae
1 changed files with 2 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue