This commit is contained in:
Benjamin Toby
2024-12-05 08:03:33 +01:00
parent 9686a22c96
commit 3ffd2d6777
821 changed files with 3251 additions and 91996 deletions
+30
View File
@@ -288,6 +288,9 @@ html.dark .RTE-DOCS .code-block {
.copy-code {
display: none;
}
.copy-code.show {
display: flex;
}
.code-block {
font-family: "IBM Plex Mono" !important;
font-size: 14px !important;
@@ -643,6 +646,33 @@ html.dark .box-shadow {
justify-content: space-between;
gap: 20px;
}
pre[class*="language-"] {
overflow: hidden;
flex-wrap: wrap;
}
pre[class*="language-"] img {
opacity: 0.3;
object-fit: contain;
position: absolute;
top: 10px;
right: 10px;
}
pre[class*="language-"] img:hover {
opacity: 1;
}
pre[class*="language-"] code {
word-wrap: break-word;
overflow-wrap: break-word;
text-overflow: ellipsis;
text-wrap: wrap;
text-align: center;
}
@media ((max-width: 1200px)) {
pre[class*="language-"] {
width: 100%;
justify-content: center;
}
}
aside,
.login-block,
.minimal-scrollbars,