2020-04-10 14:45:59 +02:00
|
|
|
/*
|
2024-09-09 15:57:16 +02:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2020-04-10 14:45:59 +02:00
|
|
|
Copyright 2020 Tulir Asokan <tulir@maunium.net>
|
|
|
|
|
2024-09-09 15:57:16 +02:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2020-04-10 14:45:59 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_MImageReplyBody {
|
2021-07-13 11:49:49 +02:00
|
|
|
display: flex;
|
2022-06-10 13:36:17 +02:00
|
|
|
column-gap: $spacing-4;
|
2020-04-10 16:05:29 +02:00
|
|
|
|
2023-05-03 15:26:10 +02:00
|
|
|
.mx_MImageBody_thumbnail_container {
|
2021-07-13 11:49:49 +02:00
|
|
|
flex: 1;
|
2022-07-27 15:39:29 +02:00
|
|
|
min-width: 0; /* Prevent a blowout */
|
2020-04-10 16:05:29 +02:00
|
|
|
}
|
2020-04-10 14:45:59 +02:00
|
|
|
}
|