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

Commit ae8dd59

Browse files
committed
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 <[email protected]>
1 parent b27e065 commit ae8dd59

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ limitations under the License.
154154

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

160160
.mx_MImageBody .mx_MImageBody_thumbnail_container,
@@ -593,13 +593,6 @@ limitations under the License.
593593
right: 0; // match alignment of the hover background to that of chat bubbles
594594
}
595595
}
596-
597-
// style a list inside the generic event list
598-
.mx_GenericEventListSummary_unstyledList {
599-
display: flex;
600-
flex-direction: column;
601-
margin: 0;
602-
}
603596
}
604597

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

0 commit comments

Comments
 (0)