1
0
Эх сурвалжийг харах

enhance(pdf): https://github.com/logseq/logseq/issues/12247

charlie 1 сар өмнө
parent
commit
6efedb7558

+ 7 - 1
src/main/frontend/extensions/pdf/pdf.css

@@ -1037,5 +1037,11 @@ html.is-system-window {
 }
 
 .pdfViewer .page.loadingIcon::after {
-  background: none;
+  @apply bg-none;
 }
+
+.textLayer :is(span, br) {
+  &::selection {
+    @apply text-transparent;
+  }
+}