diff --git a/ghost/admin/app/styles/layouts/main.css b/ghost/admin/app/styles/layouts/main.css index 92e67c9022..e5aec7fab0 100644 --- a/ghost/admin/app/styles/layouts/main.css +++ b/ghost/admin/app/styles/layouts/main.css @@ -1366,11 +1366,12 @@ } .gh-expandable-header .gh-expandable-description { - margin: 0; + margin: 4px 0 0; padding: 0; color: var(--midgrey); font-size: 1.3rem; font-weight: 400; + line-height: 1.45em; } .gh-expandable-content { diff --git a/ghost/admin/app/styles/layouts/settings.css b/ghost/admin/app/styles/layouts/settings.css index b4cc0b6169..93cff7ee7d 100644 --- a/ghost/admin/app/styles/layouts/settings.css +++ b/ghost/admin/app/styles/layouts/settings.css @@ -510,6 +510,15 @@ /* General /* ---------------------------------------------------------- */ +.gh-general-settings { + display: grid; + grid-template-columns: 2fr 1fr; + grid-gap: 80px; +} + +.gh-general-settings .gh-expandable-header .gh-expandable-description { + max-width: 620px; +} .gh-seo-settings { display: flex; @@ -557,6 +566,19 @@ margin-right: 32px; } +.gh-general-settings .gh-seo-settings { + flex-direction: column; +} + +.gh-general-settings .gh-seo-settings .form-group { + max-width: 100%; +} + +.gh-general-settings .gh-seo-settings-left, +.gh-general-settings .gh-seo-container { + max-width: 591px; +} + .gh-twitter-settings { display: flex; } @@ -596,6 +618,19 @@ } } +.gh-general-settings .gh-twitter-settings { + flex-direction: column; +} + +.gh-general-settings .gh-twitter-settings .form-group { + max-width: 100%; +} + +.gh-general-settings .gh-twitter-settings-left, +.gh-general-settings .gh-twitter-container { + max-width: 591px; +} + .gh-og-settings { display: flex; } @@ -635,6 +670,85 @@ } } +.gh-general-settings .gh-og-settings { + flex-direction: column; +} + +.gh-general-settings .gh-og-settings .form-group { + max-width: 100%; +} + +.gh-general-settings .gh-og-settings-left, +.gh-general-settings .gh-og-container { + max-width: 591px; +} + +.gh-general-settings .gh-about-box { + margin-top: 19px; + position: relative; + top: unset; + right: unset; +} + +.gh-general-settings .gh-copyright-info { + border-top: none; + max-width: 350px; + margin-top: 12px; + padding-top: 0; +} + +.gh-about-links { + margin: 0; + padding: 0; + list-style: none; + margin-top: 12px; + padding-top: 12px; + border-top: 1px solid var(--lightgrey-l2); +} + +.gh-about-links li { + margin: 0 0 4px; + font-size: 1.4rem; + line-height: 1.8em; +} + +.gh-about-links li a span { + display: flex; + align-items: center; +} + +.gh-about-links li a span svg { + width: 16px; + height: 16px; + margin-right: 6px; +} + +.gh-about-links li a { + color: var(--middarkgrey); +} + +.gh-about-links li a:hover { + color: var(--black); +} + +.gh-about-links:last-of-type { + margin-bottom: -12px; +} + +.gh-about-links .calendar-icon { + width: 14px; + height: 14px; + margin-right: 8px; +} + +.gh-about-links li a:hover .hover-stroke path { + stroke: var(--black); +} + +.gh-about-links li a:hover .hover-fill path { + fill: var(--black); +} + /* Navigation /* ---------------------------------------------------------- */ diff --git a/ghost/admin/app/styles/layouts/whatsnew.css b/ghost/admin/app/styles/layouts/whatsnew.css index ca331c247f..1c4aa97b4c 100644 --- a/ghost/admin/app/styles/layouts/whatsnew.css +++ b/ghost/admin/app/styles/layouts/whatsnew.css @@ -1,6 +1,5 @@ /* About /ghost/settings/about/ /* ---------------------------------------------------------- */ - .gh-about-logo svg { position: relative; width: 120px; @@ -19,6 +18,15 @@ grid-gap: 80px; } +.gh-whats-new-canvas .gh-about-container { + display: flex; + grid-template-columns: unset; + grid-gap: unset; + margin: 0 auto; + max-width: 920px; + margin-top: 60px; +} + .gh-about-box { position: sticky; top: 96px; @@ -124,11 +132,17 @@ border-top: 1px solid var(--lightgrey-l2); padding-top: 16px; margin-top: 16px; + line-height: 1.45em; } /* What's new */ /* ---------------------------------------------------------- */ +.gh-whats-new-canvas .gh-canvas-header-content { + border-bottom: 1px solid var(--whitegrey); + margin-bottom: -1px; +} + .gh-whats-new { flex-grow: 2; color: var(--darkgrey); @@ -215,24 +229,35 @@ max-width: 620px; } +.gh-whats-new-canvas .gh-wn-content { + margin: 0 auto; +} + .gh-wn-entry h4 { font-size: 1.2rem; font-weight: 500; - letter-spacing: 0.3px; + letter-spacing: 0; text-transform: uppercase; margin: 24px 0 4px; color: var(--midlightgrey); } .gh-wn-entry h1 { - font-size: 3.1rem; + font-size: 3.7rem; line-height: 1.3em; font-weight: 700; - letter-spacing: 0px; + letter-spacing: -0.021em; color: var(--black); margin-bottom: 16px; } +.gh-whats-new-canvas .gh-wn-entry h1, +.gh-whats-new-canvas .gh-wn-entry h4 { + max-width: 620px; + margin-left: auto; + margin-right: auto; +} + .gh-wn-entry h2 { border-bottom: none; font-size: 1.9rem; diff --git a/ghost/admin/app/templates/settings.hbs b/ghost/admin/app/templates/settings.hbs index 34b1abc178..d7ec205582 100644 --- a/ghost/admin/app/templates/settings.hbs +++ b/ghost/admin/app/templates/settings.hbs @@ -82,16 +82,6 @@
Testing ground for new features
- - {{#if (feature 'auditLog')}} -View staff user actions
-