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

Commit

Permalink
Remove float property to let the margin between events appear on bubb…
Browse files Browse the repository at this point in the history
…le message layout (#8373)

* Add margin between events on bubble message layout

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Use more simplified way

Because the float property prevents the margin from appearing, removing
the property is more straightforward than adding other rules.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

Co-authored-by: Kerry <kerrya@element.io>
  • Loading branch information
luixxiul and Kerry authored Apr 20, 2022
1 parent b4bcbb2 commit 605fbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ limitations under the License.

&[data-self=true] {
.mx_EventTile_line {
float: right;
margin-inline-start: auto;
border-bottom-left-radius: var(--cornerRadius);

.mx_MImageBody .mx_MImageBody_thumbnail_container,
Expand Down

0 comments on commit 605fbd3

Please sign in to comment.