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 +17
-17
lines changed Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,22 @@ $left-gutter: 64px;
169
169
margin-right : 10px ;
170
170
}
171
171
172
+ .mx_EventTile_msgOption {
173
+ float : right ;
174
+ text-align : right ;
175
+ position : relative ;
176
+ width : 90px ;
177
+
178
+ /* Hack to stop the height of this pushing the messages apart.
179
+ Replaces margin-top: -6px. This interacts better with a read
180
+ marker being in between. Content overflows. */
181
+ height : 1px ;
182
+
183
+ a {
184
+ text-decoration : none ;
185
+ }
186
+ }
187
+
172
188
& .mx_EventTile_highlight ,
173
189
& .mx_EventTile_highlight .markdown-body {
174
190
.mx_EventTile_line {
@@ -305,22 +321,6 @@ $left-gutter: 64px;
305
321
}
306
322
}
307
323
308
- .mx_EventTile_msgOption {
309
- float : right ;
310
- text-align : right ;
311
- position : relative ;
312
- width : 90px ;
313
-
314
- /* Hack to stop the height of this pushing the messages apart.
315
- Replaces margin-top: -6px. This interacts better with a read
316
- marker being in between. Content overflows. */
317
- height : 1px ;
318
-
319
- a {
320
- text-decoration : none ;
321
- }
322
- }
323
-
324
324
& :hover .mx_EventTile_verified .mx_EventTile_line {
325
325
box-shadow : inset calc (50px + $selected-message-border-width ) 0 0 -50px $e2e-verified-color ;
326
326
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ $irc-line-height: $font-18px;
39
39
margin-right : $right-padding ;
40
40
}
41
41
42
- > .mx_EventTile_msgOption {
42
+ .mx_EventTile_msgOption {
43
43
order : 5 ;
44
44
flex-shrink : 0 ;
45
45
You can’t perform that action at this time.
0 commit comments