better error checking

This commit is contained in:
cozis
2022-05-09 21:46:15 +02:00
parent e3a9c895cc
commit f9f67e8ba0
2 changed files with 22 additions and 10 deletions
+1 -3
View File
@@ -72,8 +72,6 @@
*/
div.c2h-code {
max-height: 600px;
padding: 10px;
border-radius: 3px;
@@ -97,7 +95,7 @@ div.c2h-code-inner {
height: inherit;
max-height: inherit;
overflow: auto;
scrollbar-color: hsla(210, 13%, 40%, 0.7) transparent;
}