fixed broken waitforshare, work on mail, work on new plugin api endpoint

This commit is contained in:
Kevin Froman 2019-02-08 00:19:05 -06:00
parent b038d758b9
commit 64be7ebff3
5 changed files with 26 additions and 4 deletions

View file

@ -31,7 +31,7 @@
From: <input type='text' id='fromUser' readonly> Signature: <span id='sigValid'></span>
</div>
<div id='signatureValidity'></div>
<div id='threadDisplay'>
<div id='threadDisplay' class='pre messageContent'>
</div>
</div>
</div>

View file

@ -64,4 +64,14 @@ input{
.good{
color: greenyellow;
}
.pre{
padding-top: 1em;
word-wrap: break-word;
font-family: monospace;
white-space: pre;
}
.messageContent{
font-size: 1.5em;
}