mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-24 16:56:16 -04:00
Fix translation and design of base64dialog
This commit is contained in:
parent
dbe3381e7d
commit
6c07dc3678
6 changed files with 32 additions and 46 deletions
|
@ -1081,12 +1081,11 @@ x-dialog .dialog-subheader {
|
|||
width: 100%;
|
||||
height: 40vh;
|
||||
border: solid 12px #438cff;
|
||||
text-align: center;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
#base64-paste-dialog .textarea {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
|
@ -1098,21 +1097,9 @@ x-dialog .dialog-subheader {
|
|||
color: var(--primary-color);
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
content: attr(placeholder);
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
#base64-paste-dialog button {
|
||||
margin: auto;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
#base64-paste-dialog button[close] {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#base64-paste-dialog button[close]:before {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
/* Button */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue