Compare commits

..

4 Commits

Author SHA1 Message Date
8f2b806673 v5.4.1 2022-11-14 11:05:28 +08:00
4af198a19f Fixed dropdown menu width 2022-11-14 10:42:10 +08:00
f846ceb7ed Fixed minor spacing issues on the header 2022-11-14 10:37:50 +08:00
7390c17a26 Fix for intended location of search icon 2022-11-14 10:31:51 +08:00
5 changed files with 8 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -192,9 +192,11 @@ production stylesheet in assets/built/screen.css
}
:is(.site-logo, .site-title) + .site-description {
max-width: 640px;
margin-top: 16px;
font-size: 2.4rem;
font-weight: 400;
line-height: 1.4;
}
.site-logo + .site-description {
@ -323,10 +325,6 @@ production stylesheet in assets/built/screen.css
grid-column-start: 2;
}
.is-head-middle-logo .gh-head-actions {
gap: 28px;
}
@media (min-width: 992px) {
.is-head-middle-logo .gh-head-menu {
margin-right: 64px;
@ -514,7 +512,7 @@ production stylesheet in assets/built/screen.css
grid-template-columns: 1fr 1fr;
grid-auto-flow: column;
column-gap: 40px;
width: auto;
min-width: 320px;
padding: 20px 32px;
}

View File

@ -38,7 +38,7 @@
<nav class="gh-head-menu">
{{navigation}}
{{#unless @site.members_enabled}}
{{#match @custom.header_style "Stacked"}}
{{#match @custom.navigation_layout "Stacked"}}
<button class="gh-search gh-icon-btn" data-ghost-search>{{> "icons/search"}}</button>
{{/match}}
{{/unless}}
@ -46,7 +46,7 @@
<div class="gh-head-actions">
{{#unless @site.members_enabled}}
{{^match @custom.header_style "Stacked"}}
{{^match @custom.navigation_layout "Stacked"}}
<button class="gh-search gh-icon-btn" data-ghost-search>{{> "icons/search"}}</button>
{{/match}}
{{else}}

View File

@ -2,7 +2,7 @@
"name": "casper",
"description": "A clean, minimal default theme for the Ghost publishing platform",
"demo": "https://demo.ghost.io",
"version": "5.4.0",
"version": "5.4.1",
"engines": {
"ghost": ">=5.0.0"
},