Handle large messages with tweaked json decoding of ShowRequest handling.

This commit is contained in:
2023-02-27 21:29:40 -08:00
parent 25541bc1ca
commit d8275debdc
4 changed files with 75 additions and 46 deletions

View File

@@ -14,6 +14,7 @@
}
.body {
padding-bottom: 1em;
border: 1px red solid;
}
.error {
background-color: red;
@@ -30,6 +31,9 @@ iframe {
}
.index .subject {
}
.index .date {
white-space: nowrap;
}
</style>
</head>