fix: strikethrough misaligned

This commit is contained in:
2024-04-23 17:56:53 +02:00
parent 8b2bc6d109
commit 87b23c04b1

View File

@@ -174,10 +174,10 @@
position: absolute;
top: 50%;
transform-origin: center left;
translate: -6px 0;
translate: -20px 0;
scale: 0 1;
width: calc(100% - 32px);
width: calc(100% - 60px);
height: 1px;
background: currentcolor;