Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Nov 11 #1363

Merged
merged 9 commits into from
Nov 11, 2024
2 changes: 1 addition & 1 deletion newspack-popups.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://newspack.com
* Text Domain: newspack-popups
* Domain Path: /languages
* Version: 3.1.0
* Version: 3.1.1-alpha.1
*
* @package Newspack_Popups
*/
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@wordpress/browserslist-config": "^6.7.0",
"@wordpress/browserslist-config": "^6.11.0",
"eslint": "^8.57.0",
"lint-staged": "^15.2.10",
"newspack-scripts": "^5.5.2",
Expand Down
2 changes: 0 additions & 2 deletions src/editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ $size__large: 1264px;
}

.components-radio-control__option {
display: inline-block;

&:first-of-type {
margin-right: 1rem;
}
Expand Down
4 changes: 4 additions & 0 deletions src/view/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ $width__tablet: 782px;
box-shadow: none;
}

&.newspack-lightbox-placement-center .newspack-popup-wrapper {
overflow: hidden;
}

.newspack-popup__content {
padding-top: 32px;
}
Expand Down