feat: add hide button bug

This commit is contained in:
lyf
2024-08-21 17:08:59 +08:00
parent a6b14c7910
commit 69b569ad83
3 changed files with 122 additions and 78 deletions

View File

@@ -304,7 +304,7 @@ pre {
}
}
code{
pre{
.show-hide-button {
border-radius: 10px;
position: absolute;
@@ -314,7 +314,9 @@ code{
height: fit-content;
display: inline-flex;
justify-content: center;
pointer-events: none;
button{
pointer-events: auto;
margin-top: 3em;
margin-bottom: 4em;
padding: 5px 16px;