0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-25 12:48:12 +00:00

Merge branch 'master' into d100-dicefont

This commit is contained in:
Trevor Buckner
2025-10-13 20:10:54 -04:00
committed by GitHub
38 changed files with 1043 additions and 763 deletions

View File

@@ -611,3 +611,17 @@ h6,
}
.toc.wide li { break-inside : auto; }
}
/**********************************
Firefox endruns
**********************************/
@supports (-moz-user-select: none) { // This section will only apply to Firefox; it's the only browser that supports `-mos-xyz...`
.page {
blockquote, table {
page-break-inside: auto;
break-inside: auto;
}
}
}