Skip to content

Commit

Permalink
Subscriptions: Render the Close button lower than the Marketing bar (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuliga authored Aug 25, 2024
1 parent 18a6609 commit c4b7ecf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Subscriptions: Render the Close button lower than the Marketing bar
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ body.admin-bar .jetpack-subscribe-overlay__close {
top: 64px;
}

body.has-marketing-bar .jetpack-subscribe-overlay__close {
top: 81px;
}

body.admin-bar.has-marketing-bar .jetpack-subscribe-overlay__close {
top: 114px;
}

.jetpack-subscribe-overlay__to-content {
display: none;
position: fixed;
Expand Down

0 comments on commit c4b7ecf

Please sign in to comment.