mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-20 23:55:51 +00:00
8 lines
119 B
CSS
8 lines
119 B
CSS
.attachmentImage {
|
|
max-height: 300px;
|
|
max-width: 300px;
|
|
object-position: center;
|
|
object-fit: cover;
|
|
}
|
|
|