Skip to content

Commit

Permalink
Merge pull request #1363 from Automattic/alpha
Browse files Browse the repository at this point in the history
Release Nov 11
  • Loading branch information
dkoo authored Nov 11, 2024
2 parents 6f991f8 + 5b1a0bb commit f4ad9df
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
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

0 comments on commit f4ad9df

Please sign in to comment.