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

Commit

Permalink
Add margin between events on bubble message layout
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul committed Apr 20, 2022
1 parent 65c74bd commit 88edb3c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,13 @@ limitations under the License.
right: 0; // match alignment of the hover background to that of chat bubbles
}
}

// style a list inside the generic event list
.mx_GenericEventListSummary_unstyledList {
display: flex;
flex-direction: column;
margin: 0;
}
}

// increase margin between ELS and the next Event to not have our user avatar overlap the expand/collapse button
Expand Down

0 comments on commit 88edb3c

Please sign in to comment.