Fix fatal error due a file with parsing errors and fix input forms styles
This commit is contained in:
parent
77e08e154b
commit
f7b1f8c965
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"% min read": "% 분 길이,
|
"% min read": "% 분 길이",
|
||||||
"% posts": "% 개 게시물",
|
"% posts": "% 개 게시물",
|
||||||
"1 min read": "1 분 길이",
|
"1 min read": "1 분 길이",
|
||||||
"1 post": "1 개 게시물",
|
"1 post": "1 개 게시물",
|
||||||
|
@ -87,5 +87,5 @@
|
|||||||
"desktop": "assets/screenshot-desktop.jpg",
|
"desktop": "assets/screenshot-desktop.jpg",
|
||||||
"mobile": "assets/screenshot-mobile.jpg"
|
"mobile": "assets/screenshot-mobile.jpg"
|
||||||
},
|
},
|
||||||
"version": "2.1.2"
|
"version": "2.1.3"
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
ghost:
|
ghost:
|
||||||
image: ghost:5.22.10
|
image: ghost:5.33.8
|
||||||
container_name: ghost
|
container_name: ghost
|
||||||
volumes:
|
volumes:
|
||||||
- ./..:/var/lib/ghost/content/themes/liebling:Z
|
- ./..:/var/lib/ghost/content/themes/liebling:Z
|
||||||
|
@ -459,7 +459,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input:not(.kg-video-card input):not(.kg-audio-card input),
|
label {
|
||||||
|
display: block;
|
||||||
|
font-size: 1.125rem;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input:not([type="radio"]):not([type="checkbox"]):not(.kg-video-card input):not(.kg-audio-card input),
|
||||||
textarea,
|
textarea,
|
||||||
select {
|
select {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
@ -481,8 +487,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
button:not(.m-icon-button):not(.kg-video-card button):not(.kg-audio-card button):not(.kg-toggle-card button) {
|
button:not(.m-icon-button):not(.kg-video-card button):not(.kg-audio-card button):not(.kg-toggle-card button) {
|
||||||
border: 1px solid var(--primary-foreground-color) !important;
|
|
||||||
@extend .m-button;
|
@extend .m-button;
|
||||||
|
|
||||||
|
&:not(.primary) {
|
||||||
|
@extend .outlined;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-bookmark-card {
|
.kg-bookmark-card {
|
||||||
|
Loading…
Reference in New Issue
Block a user