chore: get current changes

This commit is contained in:
Tine 2024-02-08 13:36:07 +01:00
parent 7a087362cd
commit d3e18efaac
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -1290,7 +1290,6 @@ html.no-infinite-scroll .pagination {
/* ---------------------------------------------------------- */ /* ---------------------------------------------------------- */
.article { .article {
padding: max(8vmin, 40px) 0 max(8vmin, 64px);
word-break: break-word; word-break: break-word;
} }
@ -1299,7 +1298,7 @@ html.no-infinite-scroll .pagination {
} }
.post-template .article-header { .post-template .article-header {
padding: 0 0 max(6.4vmin, 40px) 0; padding: 0 0 max(6.4vmin, 40px);
} }
.page-template .article-header { .page-template .article-header {
@ -1372,21 +1371,20 @@ html.no-infinite-scroll .pagination {
is laid out on top of. Canvas just defines the grid, we don't is laid out on top of. Canvas just defines the grid, we don't
use it for applying any other styles. */ use it for applying any other styles. */
.gh-canvas { .gh-canvas,
.kg-width-full.kg-content-wide {
--gap: max(4vmin, 20px);
--main: min(var(--content-width, 720px), 100% - var(--gap) * 2);
--wide: minmax(0, calc((var(--container-width, 1200px) - var(--content-width, 720px)) / 2));
--full: minmax(var(--gap), 1fr);
display: grid; display: grid;
grid-template-columns: grid-template-columns:
[full-start] [full-start] var(--full)
minmax(max(4vmin, 20px), auto) [wide-start] var(--wide)
[wide-start] [main-start] var(--main) [main-end]
minmax(auto, 240px) var(--wide) [wide-end]
[main-start] var(--full) [full-end];
min(720px, calc(100% - max(8vmin, 40px)))
[main-end]
minmax(auto, 240px)
[wide-end]
minmax(max(4vmin, 20px), auto)
[full-end]
;
} }
.gh-canvas > * { .gh-canvas > * {
@ -2443,7 +2441,7 @@ html.dark-mode .footer-cta-title {
color: #fff; color: #fff;
} }
html.auto-color .gh-head { html.auto-color body:not(.has-cover) .gh-head {
background: var(--color-darkmode); background: var(--color-darkmode);
color: #fff; color: #fff;
} }
@ -2609,6 +2607,13 @@ html.dark-mode .footer-cta-title {
html.auto-color .footer-cta-title { html.auto-color .footer-cta-title {
color: #fff; color: #fff;
} }
@media (max-width: 767px) {
html.auto-color .gh-head-open:not(.has-cover) #gh-head,
html.auto-color .gh-head-open:not(.has-cover) #gh-head .gh-head-actions {
background: var(--color-darkmode);
}
}
} }
/* /*