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 +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -326,8 +326,8 @@ hr.mx_RoomView_myReadMarker {
326
326
327
327
.mx_Indicator {
328
328
position : absolute ;
329
- right : 0 ;
330
- top : 0 ;
329
+ right : -3 px ;
330
+ top : -3 px ;
331
331
width : $dot-size ;
332
332
height : $dot-size ;
333
333
border-radius : 50% ;
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ limitations under the License.
20
20
height : 100px ;
21
21
overflow : visible ;
22
22
23
- & .mx_BaseCard {
24
- padding-right : 0 ;
23
+ & :not ( .mx_ThreadView ) .mx_BaseCard {
24
+ padding-right : 2 px ;
25
25
}
26
26
27
27
.mx_BaseCard_header {
@@ -48,7 +48,7 @@ limitations under the License.
48
48
}
49
49
50
50
.mx_ThreadPanel__header {
51
- width : calc (100% - 30 px );
51
+ width : calc (100% - 38 px );
52
52
height : 24px ;
53
53
display : flex ;
54
54
flex : 1 ;
@@ -118,7 +118,7 @@ limitations under the License.
118
118
& .mx_ThreadView .mx_ThreadView_timelinePanelWrapper {
119
119
/* the scrollbar is 8px wide, and we want a 12px gap with the side of the
120
120
panel. Hence the magic number, 8+4=12 */
121
- width : calc (100% - 4 px );
121
+ width : calc (100% + 6 px );
122
122
padding-right : 4px ;
123
123
position : relative ;
124
124
min-height : 0 ; // don't displace the composer
@@ -184,7 +184,7 @@ limitations under the License.
184
184
}
185
185
186
186
.mx_ThreadPanel_dropdown {
187
- padding : 3px 8px ;
187
+ padding : 3px 4 px 3 px 8px ;
188
188
border-radius : 4px ;
189
189
line-height : 1.5 ;
190
190
user-select : none ;
@@ -294,7 +294,7 @@ limitations under the License.
294
294
top : 0 ;
295
295
bottom : 0 ;
296
296
left : 0 ;
297
- right : 0 ;
297
+ right : 6 px ;
298
298
padding : 20px ;
299
299
300
300
h2 {
You can’t perform that action at this time.
0 commit comments