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:
parent
c20fbb5a71
commit
0b4bec1ac8
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue