clarify UI on File Transfer Request

This commit is contained in:
schlagmichdoch 2023-01-21 18:21:58 +01:00
parent fb306b6c94
commit 0a3ab18e80
3 changed files with 76 additions and 12 deletions

View file

@ -494,6 +494,25 @@ x-dialog .row-reverse {
margin: auto;
}
.file-description .row {
margin: 0
}
.file-description span {
display: inline;
word-break: normal;
}
#fileName {
font-style: italic;
}
#fileStem {
max-width: 80%;
overflow: hidden;
text-overflow: ellipsis;
}
.file-size{
margin-bottom: 30px;
}