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

Commit 348863d

Browse files
authored
Move '.mx_ThreadSummary' from _ThreadPanel.scss to _TimelineCard.scss (#8661)
1 parent 79ad065 commit 348863d

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

res/css/views/right_panel/_ThreadPanel.scss

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -176,22 +176,6 @@ limitations under the License.
176176
// Account for scrollbar when hovering
177177
padding-top: 0;
178178

179-
.mx_ThreadSummary {
180-
position: relative;
181-
padding-right: 11px;
182-
183-
&::after {
184-
content: '';
185-
display: block;
186-
position: absolute;
187-
left: 0;
188-
bottom: -16px;
189-
height: 1px;
190-
width: 100%;
191-
border-bottom: 1px solid $message-action-bar-border-color;
192-
}
193-
}
194-
195179
.mx_DateSeparator {
196180
display: none;
197181
}

res/css/views/right_panel/_TimelineCard.scss

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,25 @@ limitations under the License.
105105
}
106106
}
107107

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

0 commit comments

Comments
 (0)