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

Make event info size consistent with state events (#11181)

This commit is contained in:
Germain
2023-07-03 16:30:55 +01:00
committed by GitHub
parent 880d9b1004
commit cfc13c58cd

View File

@ -66,6 +66,10 @@ limitations under the License.
.mx_EventTile_avatar {
inset-inline-start: 18px;
}
/* Info events should have the same size as state events, those
* are usually wrapped in a generic event list summary */
font: var(--cpd-font-body-sm-regular);
}
.mx_EventTile_avatar {