Added attachment support
This commit is contained in:
12
src/app/chat/elements/masonry/masonry.scss
Normal file
12
src/app/chat/elements/masonry/masonry.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
:host {
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
height: 100%;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user