0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-18 16:32:43 +00:00

Remove footer on pages with ToC

This commit is contained in:
G.Ambatte
2022-10-16 22:37:30 +13:00
parent 0e0cdfe25b
commit 7896fe3ed9

View File

@@ -657,7 +657,11 @@ body {
//***************************** //*****************************
// * TABLE OF CONTENTS // * TABLE OF CONTENTS
// *****************************/ // *****************************/
.page .toc{ .page {
&:has(.toc):after {
display: none;
}
.toc {
-webkit-column-break-inside : avoid; -webkit-column-break-inside : avoid;
page-break-inside : avoid; page-break-inside : avoid;
break-inside : avoid; break-inside : avoid;
@@ -724,6 +728,7 @@ body {
&.wide{ &.wide{
.useColumns(0.96, @fillMode: balance); .useColumns(0.96, @fillMode: balance);
} }
}
} }
//***************************** //*****************************