Compare commits

...

2 Commits

Author SHA1 Message Date
e2096ee731 v5.3.1 2022-08-16 10:54:22 +08:00
20ced95885 Fix search icon placement
fixes #894
2022-08-16 10:54:04 +08:00
4 changed files with 11 additions and 8 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

@ -438,11 +438,14 @@ body:not(.has-cover) .site-header-content:not(.left-aligned) {
} }
@media (max-width: 991px) { @media (max-width: 991px) {
.gh-search { .gh-head-actions .gh-search {
position: fixed; display: none;
top: 16px; }
left: 16px; }
z-index: 10;
@media (min-width: 992px) {
.gh-head-brand .gh-search {
display: none;
} }
} }

View File

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