fix(ads): adjust internal iframe styles to minimize bottom gap

This commit is contained in:
Dwindi Ramadhana
2026-06-14 15:43:42 +07:00
parent e4ccff4bbf
commit deb2bf0b8a
3 changed files with 21 additions and 42 deletions

View File

@@ -464,7 +464,7 @@
}
.markdown-content-wrapper.is-fullscreen.is-read-mode > .prose {
padding-bottom: 4rem; /* 128px */
padding-bottom: 12rem; /* 192px (Accounts for 90px banner ad + spacing) */
}
.markdown-content-wrapper.is-normal.is-edit-mode > div {
@@ -472,5 +472,5 @@
}
.markdown-content-wrapper.is-fullscreen.is-edit-mode > div {
padding-bottom: 6rem; /* 128px */
padding-bottom: 12rem; /* 192px (Accounts for 90px banner ad + spacing) */
}