You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Fix TAC button alignment when expanded (#12238)
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
.mx_ThreadsActivityCentreButton {
|
||||
color: $secondary-content;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
min-width: 32px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@ -28,11 +28,11 @@
|
||||
|
||||
&.expanded {
|
||||
/* align with settings icon */
|
||||
margin-left: 20px;
|
||||
margin-left: 25px;
|
||||
|
||||
& > .mx_ThreadsActivityCentreButton_IndicatorIcon {
|
||||
/* align with settings label */
|
||||
margin-right: 12px;
|
||||
margin-right: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user