This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,6 @@ limitations under the License.
184
184
185
185
.mx_EventTile , .mx_EventListSummary {
186
186
// Account for scrollbar when hovering
187
- margin : 0 2px ;
188
187
padding-top : 0 ;
189
188
190
189
.mx_ThreadInfo {
Original file line number Diff line number Diff line change @@ -822,7 +822,7 @@ $left-gutter: 64px;
822
822
.mx_EventTile_senderDetails {
823
823
display : flex ;
824
824
align-items : center ;
825
- gap : 6px ;
825
+ gap : calc ( 6px + $selected-message-border-width ) ;
826
826
827
827
a {
828
828
flex : 1 ;
@@ -846,17 +846,21 @@ $left-gutter: 64px;
846
846
display : none ;
847
847
}
848
848
849
- .mx_EventTile_line {
850
- padding-left : 0 !important ;
851
- order : 10 !important ;
852
- }
853
-
854
849
.mx_EventTile {
855
850
width : 100% ;
856
851
display : flex ;
857
852
flex-direction : column ;
858
853
padding-top : 0 ;
859
854
855
+ .mx_EventTile_line {
856
+ padding-left : $selected-message-border-width !important ;
857
+ order : 10 !important ;
858
+ }
859
+
860
+ & :hover .mx_EventTile_line {
861
+ padding-left : 0 !important ;
862
+ }
863
+
860
864
.mx_MessageTimestamp {
861
865
left : auto ;
862
866
right : 2px !important ;
You can’t perform that action at this time.
0 commit comments