feat: action bar at the bottom on mobile devices (#681)

This commit is contained in:
Huang Xin
2025-03-23 15:56:57 +08:00
committed by GitHub
parent 0d93a13407
commit ef864a32c2
30 changed files with 402 additions and 75 deletions
+2 -2
View File
@@ -268,8 +268,8 @@ export const getFootnoteStyles = () => `
}
p, li, blockquote, dd {
margin: unset;
text-indent: unset;
margin: unset !important;
text-indent: unset !important;
}
`;