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:
parent
9667ec2eea
commit
64e5fbe5b7
2 changed files with 2 additions and 1 deletions
|
@ -801,7 +801,7 @@ const FrameStyles = `
|
||||||
const MobileStyles = `
|
const MobileStyles = `
|
||||||
@media (max-width: 1440px) {
|
@media (max-width: 1440px) {
|
||||||
.gh-portal-popup-container:not(.full-size):not(.large-size):not(.preview) {
|
.gh-portal-popup-container:not(.full-size):not(.large-size):not(.preview) {
|
||||||
width: 460px;
|
width: 480px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-portal-popup-container.large-size {
|
.gh-portal-popup-container.large-size {
|
||||||
|
|
|
@ -17,6 +17,7 @@ export const MagicLinkStyles = `
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-portal-inbox-notification p {
|
.gh-portal-inbox-notification p {
|
||||||
|
max-width: 420px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue