fixes for upgrade missing.css

This commit is contained in:
Deniz Akşimşek 2023-03-08 02:36:55 +03:00
parent 71e02338bb
commit 43cdb15ff5
2 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,7 @@ renderOrder: 1
</header>
<main>
<div data-chapters class="textcolumns flow-gap list-of-links" style="--col-width: 20ch">
<div data-chapters class="textcolumns flow-gap list-of-links" style="--col-width: 22ch">
{% set partnumber = 0 %}
{% for chapter in search.pages("chapter!=undefined", "chapter") | data %}
{% if chapter.part %}

View File

@ -57,6 +57,9 @@
line-height: 1;
}
/*temp missing.css fix*/
:is(small, .\<small\>) > * { --rhythm: inherit }
/* #region Asciidoc */
.colist {