mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-25 23:22:06 -05:00
fix long width image previews to fit into view
This commit is contained in:
parent
030d743af9
commit
ee5e558e9f
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ const PreviewBox = styled.div`
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
width: 100%;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue