mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-07-14 01:36:06 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
a7d5c885bd | |||
9bc5c92628 | |||
0f3651c23f | |||
d739bb52a4 |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -459,6 +459,7 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
|
|||||||
height: 25px;
|
height: 25px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-card-author {
|
.post-card-author {
|
||||||
@ -1524,10 +1525,12 @@ Usage (In Ghost editor):
|
|||||||
height: 100px;
|
height: 100px;
|
||||||
margin: 0 0 20px 0;
|
margin: 0 0 20px 0;
|
||||||
box-shadow: rgba(255,255,255,0.1) 0 0 0 6px;
|
box-shadow: rgba(255,255,255,0.1) 0 0 0 6px;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-header-content .author-bio {
|
.site-header-content .author-bio {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
z-index: 10;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
margin: 5px 0 10px 0;
|
margin: 5px 0 10px 0;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
@ -1539,6 +1542,7 @@ Usage (In Ghost editor):
|
|||||||
|
|
||||||
.site-header-content .author-meta {
|
.site-header-content .author-meta {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
z-index: 10;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "casper",
|
"name": "casper",
|
||||||
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
|
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
|
||||||
"demo": "https://demo.ghost.io",
|
"demo": "https://demo.ghost.io",
|
||||||
"version": "2.0.5",
|
"version": "2.0.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost": ">=1.2.0"
|
"ghost": ">=1.2.0"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user