allow copy original text instead of renderend text

This commit is contained in:
binary-husky
2025-03-09 00:04:27 +08:00
parent 07974a26d0
commit e78e8b0909
3 changed files with 87 additions and 12 deletions

View File

@@ -332,3 +332,7 @@
text-wrap: wrap;
opacity: 0.8;
}
.raw_text {
display: none;
}