mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-19 11:22:09 +08:00
feat: change the util component of code block to default semi-transparent, and become opaque when hovering (#183)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user