Disable copy button for bad pre blocks

This commit is contained in:
iBug
2024-05-06 21:16:04 +08:00
parent 4f76c2546a
commit 438710da82
7 changed files with 26 additions and 15 deletions

View File

@ -139,10 +139,6 @@ body {
}
}
pre {
position: relative;
}
:not(pre) > code {
padding-top: 0.1rem;
padding-bottom: 0.1rem;