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

Commit 3329b35

Browse files
authored
Move mx_ThreadSummary style block out of mx_GenericEventListSummary on TimelineCard (#8938)
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent a587120 commit 3329b35

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

res/css/views/right_panel/_TimelineCard.scss

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@ limitations under the License.
3232
}
3333

3434
.mx_EventTile {
35+
.mx_ThreadSummary {
36+
position: relative;
37+
padding-right: 11px;
38+
39+
&::after {
40+
content: '';
41+
display: block;
42+
position: absolute;
43+
left: 0;
44+
bottom: -16px;
45+
height: 1px;
46+
width: 100%;
47+
border-bottom: 1px solid $message-action-bar-border-color;
48+
}
49+
}
50+
3551
&[data-layout=irc],
3652
&[data-layout=group] {
3753
&.mx_EventTile_info .mx_EventTile_line,
@@ -109,25 +125,6 @@ limitations under the License.
109125
}
110126
}
111127

112-
.mx_EventTile,
113-
.mx_GenericEventListSummary {
114-
.mx_ThreadSummary {
115-
position: relative;
116-
padding-right: 11px;
117-
118-
&::after {
119-
content: '';
120-
display: block;
121-
position: absolute;
122-
left: 0;
123-
bottom: -16px;
124-
height: 1px;
125-
width: 100%;
126-
border-bottom: 1px solid $message-action-bar-border-color;
127-
}
128-
}
129-
}
130-
131128
.mx_CallEvent_wrapper {
132129
justify-content: center;
133130
margin: auto 5px;

0 commit comments

Comments
 (0)