mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 17:14:17 +08:00
tj
This commit is contained in:
@@ -272,7 +272,6 @@ div.math {
|
||||
|
||||
pre {
|
||||
position: relative;
|
||||
|
||||
&:hover .copy-code-button {
|
||||
pointer-events: all;
|
||||
transform: translateX(0px);
|
||||
@@ -302,6 +301,17 @@ pre {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.show-hide-button {
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
bottom: 0;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
background: linear-gradient(rgba(0,0,0,.3), #1a1b26);
|
||||
}
|
||||
}
|
||||
|
||||
.clickable {
|
||||
|
Reference in New Issue
Block a user