0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Updated offer preview height

This commit is contained in:
Peter Zimon 2022-03-28 13:42:55 +02:00
parent c20fbb5a71
commit 0b4bec1ac8

View file

@ -803,6 +803,11 @@ const MobileStyles = `
margin-bottom: 0;
}
.gh-portal-popup-container.preview:not(.full-size).offer {
max-height: 860px;
padding-bottom: 0 !important;
}
.gh-portal-popup-wrapper.preview.full-size {
height: unset;
max-height: 660px;