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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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