mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-23 08:16:19 -04:00
fix #fileStem max-height
This commit is contained in:
parent
d4dcfbc1b7
commit
9c6637b3f5
1 changed files with 2 additions and 3 deletions
|
@ -498,8 +498,7 @@ x-dialog h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
x-dialog .row-reverse {
|
x-dialog .row-reverse {
|
||||||
margin: auto -24px;
|
margin: 40px -24px auto;
|
||||||
margin-top: 40px;
|
|
||||||
border-top: solid 2.5px var(--border-color);
|
border-top: solid 2.5px var(--border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -532,7 +531,7 @@ x-dialog .row-reverse {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
max-height: 1rem;
|
max-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-size{
|
.file-size{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue