1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Don't show image metadata banner in replies (#8606)

This commit is contained in:
Šimon Brandner
2022-05-16 09:47:21 +02:00
committed by GitHub
parent b54c7d8faf
commit fc2d7b67d1

View File

@@ -20,6 +20,10 @@ limitations under the License.
.mx_MImageBody_thumbnail_container { .mx_MImageBody_thumbnail_container {
flex: 1; flex: 1;
margin-right: 4px; margin-right: 4px;
.mx_MImageBody_banner {
display: none;
}
} }
.mx_MImageReplyBody_info { .mx_MImageReplyBody_info {