Skip to content

Commit 3d3828f

Browse files
authoredFeb 25, 2025··
Merge pull request #848 from Stremio/fix/ipad-calendar-styles
2 parents 02bf0cf + fdda358 commit 3d3828f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed
 

‎src/routes/Calendar/Calendar.less

+2-10
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
gap: 0.5rem;
1414
width: 100%;
1515
height: 100%;
16-
padding: 0 0 calc(1.5rem + var(--safe-area-inset-bottom)) 2rem;
16+
padding: 0 0 1.5rem 1.5rem;
1717

1818
.main {
1919
flex: auto;
@@ -31,12 +31,4 @@
3131
padding: 0;
3232
}
3333
}
34-
}
35-
36-
@media only screen and (max-width: @small) and (orientation: landscape) {
37-
.calendar {
38-
.content {
39-
padding: 0 0 calc(1.5rem + var(--safe-area-inset-bottom)) 1rem;
40-
}
41-
}
42-
}
34+
}

0 commit comments

Comments
 (0)
Please sign in to comment.