added too big copy button

This commit is contained in:
2024-02-08 22:22:57 +01:00
parent 1f3b8a21f7
commit f8a61b6fdd
4 changed files with 999 additions and 9 deletions

View File

@@ -79,16 +79,24 @@ figure {
margin: 0;
}
pre {
.expressive-code {
code {
background-color: transparent;
}
pre {
background-color: transparent !important;
border: transparent !important;
background: none !important;
}
figure {
box-shadow: none !important;
}
overflow: scroll;
display: grid;
padding: 15px;
margin: 0;
border-radius: 25px;
max-width: 50vw;
background-color: #282a36;
border-radius: 25px;
}
code {