mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-02 04:29:14 -04:00
"Download all" when receiving multiple files
This commit is contained in:
parent
2c6ea6e008
commit
26352be478
3 changed files with 26 additions and 3 deletions
|
@ -50,6 +50,10 @@ body {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
.grow {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.full {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -357,11 +361,17 @@ x-dialog .row-reverse>.button {
|
|||
margin-left: 8px;
|
||||
}
|
||||
|
||||
x-dialog a{
|
||||
x-dialog a {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
/* Receive Dialog */
|
||||
#receiveDialog .row{
|
||||
margin-top: 24px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
/* Receive Text Dialog */
|
||||
|
||||
#receiveTextDialog #text {
|
||||
width: 100%;
|
||||
|
@ -469,7 +479,6 @@ button::-moz-focus-inner {
|
|||
|
||||
/* Text Input */
|
||||
|
||||
input,
|
||||
textarea {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue