mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Don't show image metadata banner in replies (#8606)
This commit is contained in:
parent
b54c7d8faf
commit
fc2d7b67d1
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user