Files
ThreadNet-Web/res/css/views/messages/_MImageReplyBody.pcss
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
390 B
Plaintext
Raw Normal View History

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