enable sending from cli by adding bash script

This commit is contained in:
schlagmichdoch 2023-02-20 17:42:02 +01:00
parent 20162b0c60
commit 0f9bbf9bbb
7 changed files with 347 additions and 100 deletions

View file

@ -614,21 +614,21 @@ x-dialog .row-reverse {
margin-bottom: 25px;
}
#base64ZipPasteBtn {
#base64PasteBtn {
width: 100%;
height: 40vh;
border: solid 12px #438cff;
}
#base64ZipDialog button {
#base64PasteDialog button {
margin: auto;
border-radius: 8px;
}
#base64ZipDialog button[close] {
#base64PasteDialog button[close] {
margin-top: 20px;
}
#base64ZipDialog button[close]:before {
#base64PasteDialog button[close]:before {
border-radius: 8px;
}