mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Changed toggle alignment
refs https://github.com/TryGhost/Team/issues/1490
This commit is contained in:
parent
dfe390d8b7
commit
5e48105f16
2 changed files with 4 additions and 3 deletions
|
@ -546,7 +546,8 @@ const FrameStyles = `
|
|||
.gh-portal-lock-icon-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 44px;
|
||||
flex: 44px 0 0;
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
.gh-portal-lock-icon {
|
||||
|
|
|
@ -13,7 +13,7 @@ function NewsletterPrefSection({newsletter, subscribedNewsletters, setSubscribed
|
|||
});
|
||||
if (newsletter.paid) {
|
||||
return (
|
||||
<section>
|
||||
<section className='gh-portal-list-toggle-wrapper'>
|
||||
<div className='gh-portal-list-detail gh-portal-list-big'>
|
||||
<h3>{newsletter.name}</h3>
|
||||
<p>{newsletter.description}</p>
|
||||
|
@ -25,7 +25,7 @@ function NewsletterPrefSection({newsletter, subscribedNewsletters, setSubscribed
|
|||
);
|
||||
}
|
||||
return (
|
||||
<section>
|
||||
<section className='gh-portal-list-toggle-wrapper'>
|
||||
<div className='gh-portal-list-detail gh-portal-list-big'>
|
||||
<h3>{newsletter.name}</h3>
|
||||
<p>{newsletter.description}</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue