Use an SVG image for clipboard instead of unicode character

This commit is contained in:
Guillaume Gomez
2021-05-09 20:41:24 +02:00
parent 00f2bf40d6
commit 7450f70ae2
9 changed files with 49 additions and 11 deletions

View File

@@ -215,7 +215,7 @@ impl<'tcx> Context<'tcx> {
&self.shared.layout,
&page,
|buf: &mut _| print_sidebar(self, it, buf),
|buf: &mut _| print_item(self, it, buf),
|buf: &mut _| print_item(self, it, buf, &page),
&self.shared.style_files,
)
} else {