mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-19 09:52:44 +00:00
Merge pull request #3965 from naturalcrit/ImplementContentVisibility
Implement content-visibility on pages
This commit is contained in:
@@ -58,7 +58,9 @@ body {
|
||||
text-rendering : optimizeLegibility;
|
||||
page-break-before : always;
|
||||
page-break-after : always;
|
||||
contain : size;
|
||||
contain : strict;
|
||||
content-visibility : auto;
|
||||
contain-intrinsic-size : auto none;
|
||||
}
|
||||
|
||||
.phb{
|
||||
|
||||
@@ -54,10 +54,12 @@ body { counter-reset : page-numbers 0; }
|
||||
overflow : hidden;
|
||||
background-color : var(--HB_Color_Background);
|
||||
text-rendering : optimizeLegibility;
|
||||
contain : size;
|
||||
contain : strict;
|
||||
content-visibility : auto;
|
||||
contain-intrinsic-size : auto none;
|
||||
}
|
||||
//*****************************
|
||||
// * BASE
|
||||
//*****************************
|
||||
// * BASE
|
||||
// *****************************/
|
||||
.page {
|
||||
p {
|
||||
|
||||
Reference in New Issue
Block a user