fix(chat): limit image size within a chat message
This commit is contained in:
@@ -36,6 +36,12 @@
|
|||||||
border-radius: var(--chat-text-highlight-border-radius);
|
border-radius: var(--chat-text-highlight-border-radius);
|
||||||
background-color: var(--color-owncast-palette-7);
|
background-color: var(--color-owncast-palette-7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 30vh;
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|||||||
Reference in New Issue
Block a user