This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-16
lines changed
res/css/views/right_panel Expand file tree Collapse file tree 2 files changed +19
-16
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments