fix: #397 #373 Array.prototype.at polyfill errors

This commit is contained in:
Yidadaa
2023-04-03 13:29:37 +08:00
parent 6e6d2a3310
commit 5c75b6c784
9 changed files with 107 additions and 132 deletions

View File

@@ -268,3 +268,18 @@ pre {
filter: brightness(0.9);
}
}
.error {
width: 80%;
border-radius: 20px;
border: var(--border-in-light);
box-shadow: var(--card-shadow);
padding: 20px;
overflow: auto;
background-color: var(--white);
color: var(--black);
pre {
overflow: auto;
}
}