mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-18 07:12:15 +00:00
allow multiple message transfers by multiple peers simultaneously by putting them in a queue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user