fix compact landscape page offsets on android

This commit is contained in:
nayan9617
2026-04-03 22:46:25 +05:30
parent 0e98b14789
commit 0431dd8b12
+14
View File
@@ -253,6 +253,20 @@
.compact-landscape-flex {
display: flex !important;
}
.cw,
.cw-full {
left: 0 !important;
width: 100% !important;
}
.cb {
bottom: calc(var(--saib) + 3.5rem) !important;
}
[data-component="Page"] {
margin-bottom: 3.5rem !important;
}
}
.heading {