Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit fc2d7b6

Browse files
Don't show image metadata banner in replies (#8606)
1 parent b54c7d8 commit fc2d7b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

res/css/views/messages/_MImageReplyBody.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ limitations under the License.
2020
.mx_MImageBody_thumbnail_container {
2121
flex: 1;
2222
margin-right: 4px;
23+
24+
.mx_MImageBody_banner {
25+
display: none;
26+
}
2327
}
2428

2529
.mx_MImageReplyBody_info {

0 commit comments

Comments
 (0)