mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-30 11:39:14 -04:00
Fix thumbnail creation on iOS devices
This commit is contained in:
parent
a5cc115fa6
commit
73759be0a9
2 changed files with 4 additions and 17 deletions
|
@ -661,19 +661,18 @@ x-dialog .dialog-subheader {
|
|||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.shr-panel .text-thumb svg {
|
||||
.shr-panel .thumb > .text-thumb > svg {
|
||||
width: 18px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.shr-panel .file-thumb svg {
|
||||
.shr-panel .thumb > .file-thumb > svg {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.shr-panel .thumb .image-thumb {
|
||||
.shr-panel .thumb > .image-thumb {
|
||||
background-size: cover;
|
||||
border-radius: 6px;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue