allow multiple message transfers by multiple peers simultaneously by putting them in a queue

This commit is contained in:
schlagmichdoch 2023-02-10 03:26:08 +01:00
parent 671dfa1c87
commit b0e798b3cd
5 changed files with 91 additions and 34 deletions

View file

@ -578,6 +578,7 @@ x-dialog .row-reverse {
-moz-user-select: all;
user-select: all;
white-space: pre-wrap;
margin-top:36px;
}
#receiveTextDialog #text a {
@ -594,6 +595,15 @@ x-dialog .row-reverse {
pointer-events: none;
}
.row-separator {
border-bottom: solid 2.5px var(--border-color);
margin: auto -25px;
}
#receiveTextDescriptionContainer {
margin-bottom: 25px;
}
#base64ZipPasteBtn {
width: 100%;
height: 40vh;