mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-29 19:19:14 -04:00
allow multiple message transfers by multiple peers simultaneously by putting them in a queue
This commit is contained in:
parent
671dfa1c87
commit
b0e798b3cd
5 changed files with 91 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue