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

Commit 5388912

Browse files
committed
fix(reply preview): no styling for new msg composer
1 parent 82f42f6 commit 5388912

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

res/css/views/rooms/_ReplyPreview.pcss

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,15 @@ Please see LICENSE files in the repository root for full details.
4848
.mx_ReplyPreview {
4949
/* Add box-shadow to the reply preview on the main (left) panel only. */
5050
/* It is not added to the preview on the (right) panel for threads and a chat with a maximized widget. */
51-
box-shadow: 0px -16px 32px $composer-shadow-color;
52-
border-radius: 8px 8px 0 0;
51+
/* box-shadow: 0px -16px 32px $composer-shadow-color; */
52+
/* border-radius: 8px 8px 0 0; */
53+
54+
/* elecord implementation */
55+
filter: drop-shadow(0 -42px 32px rgba(0, 0, 0, 0.18)); /* drop-shadow is more direct */
56+
border-radius: 0 8px 0 0;
57+
/* adjust cancel button position */
58+
.mx_ReplyPreview_header_cancel {
59+
margin-right: 4px;
60+
}
5361
}
5462
}

0 commit comments

Comments
 (0)