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

Commit

Permalink
Fix visual regression
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Feb 28, 2024
1 parent 2649d3b commit 59cee43
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion res/css/structures/_ThreadsActivityCentre.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,19 @@

&.expanded {
/* align with settings icon */
margin-left: 22px;
margin-left: 21px;

/** modify internal css of the compound component
* Dirty but we need to add the `Threads` label into the indicator icon
**/
& > div {
display: flex;
}

& .mx_ThreadsActivityCentreButton_Icon {
/* align with settings label */
margin-right: 14px;
/* required to set the icon width when into a flex container */
min-width: 24px;
}

Expand Down

0 comments on commit 59cee43

Please sign in to comment.