You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
Prevent reply thumbnail image from overflowing
This commit is contained in:
@@ -25,6 +25,10 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_MImageReplyBody_thumbnail {
|
.mx_MImageReplyBody_thumbnail {
|
||||||
grid-area: image;
|
grid-area: image;
|
||||||
|
|
||||||
|
.mx_MImageBody_thumbnail_container {
|
||||||
|
max-height: 44px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MImageReplyBody_sender {
|
.mx_MImageReplyBody_sender {
|
||||||
|
|||||||
Reference in New Issue
Block a user