Fix fatal error due a file with parsing errors and fix input forms styles

This commit is contained in:
Eduardo Gomez 2023-02-11 13:45:44 +01:00
parent 77e08e154b
commit f7b1f8c965
5 changed files with 15 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{
"% min read": "% ,
"% min read": "% 분 길이",
"% posts": "% 개 게시물",
"1 min read": "1 분 길이",
"1 post": "1 개 게시물",

View File

@ -87,5 +87,5 @@
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"version": "2.1.2"
"version": "2.1.3"
}

View File

@ -2,7 +2,7 @@ version: "3"
services:
ghost:
image: ghost:5.22.10
image: ghost:5.33.8
container_name: ghost
volumes:
- ./..:/var/lib/ghost/content/themes/liebling:Z

View File

@ -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,
select {
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) {
border: 1px solid var(--primary-foreground-color) !important;
@extend .m-button;
&:not(.primary) {
@extend .outlined;
}
}
.kg-bookmark-card {