修复code-copy-bug,移除冗余mediumzoom

This commit is contained in:
tangly1024
2022-04-26 12:40:22 +08:00
parent b774d36bcd
commit 0b65e240bc
2 changed files with 25 additions and 39 deletions

View File

@@ -142,3 +142,7 @@ nav {
.shadow-text{
text-shadow: 0.1em 0.1em 0.2em black;
}
.notion-code-copy-button > svg{
pointer-events:none
}