Show debug info

This commit is contained in:
redphx
2024-07-18 20:47:58 +07:00
parent 1f3e4b8250
commit 5b4088cc81
4 changed files with 77 additions and 2 deletions

View File

@@ -203,3 +203,19 @@
display: block;
width: 100%;
}
.bx-debug-info {
button {
margin-top: 10px;
}
pre {
margin-top: 10px;
cursor: copy;
color: white;
padding: 8px;
border: 1px solid #2d2d2d;
background: #212121;
white-space: break-spaces;
}
}