This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +32
-5
lines changed Expand file tree Collapse file tree 3 files changed +32
-5
lines changed Original file line number Diff line number Diff line change @@ -28,31 +28,43 @@ limitations under the License.
28
28
29
29
.mx_BaseCard_header {
30
30
margin : 5px 0 9px 0 ;
31
+
31
32
.mx_BaseCard_close {
32
33
margin : 8px ;
33
34
right : 0 ;
34
35
}
35
36
}
37
+
36
38
.mx_AutoHideScrollbar {
37
39
padding-right : 10px ;
38
40
width : calc (100% - 10px );
39
41
}
40
42
41
- // Style to optimize the layout for the right panel area
43
+ .mx_NewRoomIntro {
44
+ margin-left : 36px ;
45
+ }
46
+
42
47
.mx_EventTile_content {
43
48
margin-right : 0 ;
44
49
}
50
+
45
51
.mx_EventTile :not ([data-layout = " bubble" ]) .mx_EventTile_line {
46
52
padding-left : 36px ;
47
53
padding-right : 36px ;
48
54
}
49
55
56
+ .mx_EventTile :not ([data-layout = " bubble" ]) .mx_ReactionsRow {
57
+ padding-left : 36px ;
58
+ padding-right : 36px ;
59
+ }
60
+
50
61
.mx_GroupLayout .mx_EventTile > .mx_SenderProfile {
51
62
margin-left : 36px ;
52
63
}
64
+
53
65
.mx_EventTile :not ([data-layout = " bubble" ]) .mx_EventTile_avatar {
54
66
top : 12px ;
55
- left : 0 px ;
67
+ left : -3 px ;
56
68
}
57
69
58
70
.mx_CallEvent_wrapper {
@@ -62,6 +74,7 @@ limitations under the License.
62
74
margin : 4px ;
63
75
}
64
76
}
77
+
65
78
.mx_EventTile :not ([data-layout = " bubble" ]) .mx_MessageTimestamp {
66
79
right : -4px ;
67
80
left : auto ;
@@ -70,18 +83,32 @@ limitations under the License.
70
83
.mx_EventTile :not ([data-layout = " bubble" ]) .mx_EventTile_msgOption {
71
84
margin-right : 2px ;
72
85
}
86
+
87
+ .mx_EventListSummary :not ([data-layout = bubble ]) .mx_EventTile_line {
88
+ padding-left : 36px ;
89
+ }
90
+
73
91
.mx_GroupLayout .mx_EventTile .mx_EventTile_line {
74
92
padding-bottom : 8px ;
75
93
}
94
+
76
95
.mx_EventTile_readAvatars {
77
96
top : -10px ;
78
97
}
79
98
80
- // mx_EventTile_info
81
99
.mx_EventTile :not ([data-layout = " bubble" ]).mx_EventTile_info .mx_EventTile_line {
82
100
padding-left : 36px ;
83
101
}
102
+
84
103
.mx_EventTile :not ([data-layout = " bubble" ]).mx_EventTile_info .mx_EventTile_avatar {
85
104
left : 18px ;
86
105
}
106
+
107
+ .mx_WhoIsTypingTile {
108
+ margin-left : -12px ; // undo padding on the message list
109
+ }
110
+
111
+ .mx_WhoIsTypingTile_avatars {
112
+ flex-basis : 48px ; // 12 (padding on message list) + 36 (padding on event lines)
113
+ }
87
114
}
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ $left-gutter: 64px;
286
286
}
287
287
288
288
.mx_EventListSummary :not ([data-layout = bubble ]) .mx_EventTile_line {
289
- padding-left : calc ( $left-gutter ) ;
289
+ padding-left : $left-gutter ;
290
290
}
291
291
292
292
/* all the overflow-y: hidden; are to trap Zalgos -
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ limitations under the License.
23
23
24
24
/* position the indicator in the same place horizontally as .mx_EventTile_avatar. */
25
25
.mx_WhoIsTypingTile_avatars {
26
- flex : 0 0 83 px ; // 18 + 65
26
+ flex : 0 0 82 px ; // 18 (padding on message list) + 64 (padding on event lines)
27
27
text-align : center ;
28
28
}
29
29
You can’t perform that action at this time.
0 commit comments