diff --git a/frontend/src/assets/pagerite.css b/frontend/src/assets/pagerite.css index 5c159cc..19a46f1 100644 --- a/frontend/src/assets/pagerite.css +++ b/frontend/src/assets/pagerite.css @@ -140,7 +140,9 @@ body { overflow: hidden; } -#page-banner>* { +/* :not(style, script): author-level display:block would override the UA's + display:none on those and render their source as banner text. */ +#page-banner>*:not(style, script) { display: block; width: 100%; height: 100%;