2020-04-10 20:45:59 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2020-04-10 20:45:59 +08:00
|
|
|
Copyright 2020 Tulir Asokan <tulir@maunium.net>
|
|
|
|
|
2024-09-09 21:57:16 +08: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 20:45:59 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_MImageReplyBody {
|
2021-07-13 17:49:49 +08:00
|
|
|
display: flex;
|
2022-06-10 19:36:17 +08:00
|
|
|
column-gap: $spacing-4;
|
2020-04-10 22:05:29 +08:00
|
|
|
|
2023-05-03 21:26:10 +08:00
|
|
|
.mx_MImageBody_thumbnail_container {
|
2021-07-13 17:49:49 +08:00
|
|
|
flex: 1;
|
2022-07-27 21:39:29 +08:00
|
|
|
min-width: 0; /* Prevent a blowout */
|
2020-04-10 22:05:29 +08:00
|
|
|
}
|
2020-04-10 20:45:59 +08:00
|
|
|
}
|