Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 59cee43

Browse files
committed
Fix visual regression
1 parent 2649d3b commit 59cee43

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

res/css/structures/_ThreadsActivityCentre.pcss

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,19 @@
2222

2323
&.expanded {
2424
/* align with settings icon */
25-
margin-left: 22px;
25+
margin-left: 21px;
2626

27+
/** modify internal css of the compound component
28+
* Dirty but we need to add the `Threads` label into the indicator icon
29+
**/
2730
& > div {
2831
display: flex;
2932
}
3033

3134
& .mx_ThreadsActivityCentreButton_Icon {
3235
/* align with settings label */
3336
margin-right: 14px;
37+
/* required to set the icon width when into a flex container */
3438
min-width: 24px;
3539
}
3640

0 commit comments

Comments
 (0)