0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Adjusted Portal popup width for better readibility

refs https://github.com/TryGhost/Team/issues/2621
This commit is contained in:
Sodbileg Gansukh 2023-03-15 17:44:41 +08:00
parent 9667ec2eea
commit 64e5fbe5b7
2 changed files with 2 additions and 1 deletions

View file

@ -801,7 +801,7 @@ const FrameStyles = `
const MobileStyles = `
@media (max-width: 1440px) {
.gh-portal-popup-container:not(.full-size):not(.large-size):not(.preview) {
width: 460px;
width: 480px;
}
.gh-portal-popup-container.large-size {

View file

@ -17,6 +17,7 @@ export const MagicLinkStyles = `
}
.gh-portal-inbox-notification p {
max-width: 420px;
text-align: center;
margin-bottom: 30px;
}