mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-29 19:19:14 -04:00
clarify UI on File Transfer Request
This commit is contained in:
parent
fb306b6c94
commit
0a3ab18e80
3 changed files with 76 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue