feat: change the util component of code block to default semi-transparent, and become opaque when hovering (#183)

This commit is contained in:
josc146
2023-04-10 23:38:32 +08:00
parent bda56b3ae8
commit 609782ae17
+6
View File
@@ -120,6 +120,12 @@
position: absolute;
right: 10px;
top: 3px;
transition: opacity 0.3s;
opacity: 0.2;
}
.code-corner-util:hover {
opacity: 1;
}
.gpt-util-group {