@@ -34,6 +34,16 @@ limitations under the License.
34
34
flex-direction : column;
35
35
flex : 1 ;
36
36
position : relative;
37
+
38
+ .mx_MainSplit {
39
+ flex : 1 1 0 ;
40
+ }
41
+
42
+ .mx_MessageComposer {
43
+ width : 100 % ;
44
+ flex : 0 0 auto;
45
+ margin-right : 2 px ;
46
+ }
37
47
}
38
48
39
49
.mx_RoomView_auxPanel {
@@ -51,10 +61,6 @@ limitations under the License.
51
61
cursor : pointer;
52
62
}
53
63
54
- .mx_RoomView .mx_MainSplit {
55
- flex : 1 1 0 ;
56
- }
57
-
58
64
.mx_RoomView_messagePanel {
59
65
width : 100 % ;
60
66
overflow-y : auto;
@@ -69,20 +75,20 @@ limitations under the License.
69
75
background-size : 25 px ;
70
76
background-repeat : no-repeat;
71
77
position : relative;
72
- }
73
78
74
- .mx_RoomView_messagePanelSearchSpinner::before {
75
- background-color : $info-plinth-fg-color ;
76
- mask : url("$(res)/img/feather-customised/search-input.svg" );
77
- mask-repeat : no-repeat;
78
- mask-position : center;
79
- mask-size : 50 px ;
80
- content : "" ;
81
- position : absolute;
82
- top : 286 px ;
83
- left : 0 ;
84
- right : 0 ;
85
- height : 50 px ;
79
+ &::before {
80
+ background-color : $info-plinth-fg-color ;
81
+ mask : url("$(res)/img/feather-customised/search-input.svg" );
82
+ mask-repeat : no-repeat;
83
+ mask-position : center;
84
+ mask-size : 50 px ;
85
+ content : "" ;
86
+ position : absolute;
87
+ top : 286 px ;
88
+ left : 0 ;
89
+ right : 0 ;
90
+ height : 50 px ;
91
+ }
86
92
}
87
93
88
94
.mx_RoomView_body {
@@ -96,15 +102,15 @@ limitations under the License.
96
102
.mx_RoomView_messagePanelSearchSpinner {
97
103
order : 2 ;
98
104
}
99
- }
100
105
101
- .mx_RoomView_body .mx_RoomView_timeline {
102
- /* offset parent for mx_RoomView_topUnreadMessagesBar */
103
- position : relative;
104
- flex : 1 ;
105
- display : flex;
106
- flex-direction : column;
107
- margin-right : calc ($container-gap-width / 2 );
106
+ .mx_RoomView_timeline {
107
+ /* offset parent for mx_RoomView_topUnreadMessagesBar */
108
+ position : relative;
109
+ flex : 1 ;
110
+ display : flex;
111
+ flex-direction : column;
112
+ margin-right : calc ($container-gap-width / 2 );
113
+ }
108
114
}
109
115
110
116
.mx_RoomView_statusArea {
@@ -171,16 +177,16 @@ limitations under the License.
171
177
/* needed as min-height is set to clientHeight in ScrollPanel
172
178
to prevent shrinking when WhoIsTypingTile is hidden */
173
179
box-sizing : border-box;
180
+
181
+ li {
182
+ clear : both;
183
+ }
174
184
}
175
185
176
186
.mx_RoomView--local .mx_ScrollPanel .mx_RoomView_MessageList {
177
187
justify-content : center;
178
188
}
179
189
180
- .mx_RoomView_MessageList li {
181
- clear : both;
182
- }
183
-
184
190
li .mx_RoomView_myReadMarker_container {
185
191
height : 0 px ;
186
192
margin : 0 px ;
@@ -206,21 +212,17 @@ hr.mx_RoomView_myReadMarker {
206
212
border : unset;
207
213
}
208
214
209
- .mx_RoomView_inCall .mx_RoomView_statusAreaBox_line {
210
- margin-top : 2 px ;
211
- border : none;
212
- height : 0 px ;
213
- }
214
-
215
- .mx_RoomView_inCall .mx_MessageComposer_wrapper {
216
- border-top : 2 px hidden;
217
- padding-top : 1 px ;
218
- }
215
+ .mx_RoomView_inCall {
216
+ .mx_RoomView_statusAreaBox_line {
217
+ margin-top : 2 px ;
218
+ border : none;
219
+ height : 0 px ;
220
+ }
219
221
220
- .mx_RoomView .mx_MessageComposer {
221
- width : 100 % ;
222
- flex : 0 0 auto ;
223
- margin-right : 2 px ;
222
+ .mx_MessageComposer_wrapper {
223
+ border-top : 2 px hidden ;
224
+ padding-top : 1 px ;
225
+ }
224
226
}
225
227
226
228
.mx_MatrixChat_useCompactLayout {
0 commit comments