Add Base64ZipDialog to PairDrop via share-menu on iOS

This commit is contained in:
schlagmichdoch 2023-01-19 04:40:28 +01:00
parent a60d60009a
commit c53221ba01
3 changed files with 71 additions and 4 deletions

View file

@ -532,10 +532,28 @@ x-dialog .row-reverse {
pointer-events: none;
}
#base64ZipPasteBtn {
width: 100%;
height: 40vh;
border: solid 12px #438cff;
}
#base64ZipDialog button {
margin: auto;
border-radius: 8px;
}
#base64ZipDialog button[close] {
margin-top: 20px;
}
#base64ZipDialog button[close]:before {
border-radius: 8px;
}
/* Button */
.button {
padding: 0 16px;
padding: 2px 16px 0;
box-sizing: border-box;
min-height: 36px;
min-width: 100px;