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

Message editing: render avatars for pills in the editor #2997

Merged
merged 18 commits into from
May 21, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ limitations under the License.

.mx_EventTile_continuation {
padding-top: 0px ! important;

&.mx_EventTile_isEditing {
padding-top: 5px ! important;
bwindels marked this conversation as resolved.
Show resolved Hide resolved
margin-top: -5px;
}
}

.mx_EventTile_isEditing {
Expand Down