mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 16:51:54 +08:00
addcd
This commit is contained in:
@@ -301,10 +301,15 @@ pre {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
code{
|
||||
.show-hide-button {
|
||||
border-radius: 10px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
height: fit-content;
|
||||
@@ -322,11 +327,15 @@ pre {
|
||||
background: #464e4e;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.expanded {
|
||||
background-image: none;
|
||||
}
|
||||
.collapsed {
|
||||
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.06));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
|
||||
|
Reference in New Issue
Block a user