1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Revert "Use styled mxids in member list (#6328)" (#8107)

This reverts commit 5d28e0533d.
This commit is contained in:
Travis Ralston
2022-03-21 19:58:38 -06:00
committed by GitHub
parent 5d28e0533d
commit 709e6e78d2
12 changed files with 51 additions and 137 deletions

View File

@ -93,7 +93,7 @@ limitations under the License.
text-decoration: none;
}
.mx_FilePanel .mx_EventTile .mx_DisambiguatedProfile {
.mx_FilePanel .mx_EventTile .mx_SenderProfile {
flex: 1 1 auto;
line-height: initial;
padding: 0px;

View File

@ -77,7 +77,7 @@ limitations under the License.
display: none; // we don't need this in this view
}
.mx_NotificationPanel .mx_EventTile .mx_DisambiguatedProfile,
.mx_NotificationPanel .mx_EventTile .mx_SenderProfile,
.mx_NotificationPanel .mx_EventTile .mx_MessageTimestamp {
color: $primary-content;
font-size: $font-12px;