Expose error stack traces (#211)

This commit is contained in:
Misode
2022-03-11 00:05:24 +01:00
committed by GitHub
parent 4122991b3b
commit 7ab0ec2e7e
14 changed files with 131 additions and 31 deletions

View File

@@ -749,6 +749,11 @@ main.has-preview {
margin: 10px 0;
}
.error h3 span {
margin-left: 8px;
cursor: pointer;
}
.error .error-dismiss {
float: right;
cursor: pointer;