Fix translation and design of base64dialog

This commit is contained in:
schlagmichdoch 2023-09-18 21:29:29 +02:00
parent dbe3381e7d
commit 6c07dc3678
6 changed files with 32 additions and 46 deletions

View file

@ -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 */