Hide some footnotes elements and handle background image in two columns

This commit is contained in:
chrox
2024-12-10 19:47:50 +01:00
parent b57fd8bd3d
commit fb31212005
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -112,6 +112,11 @@ const getLayoutStyles = (
aside[epub|type~="rearnote"] {
display: none;
}
.duokan-footnote-content,
.duokan-footnote-item {
display: none;
}
`;
export interface ThemeCode {