mirror of https://github.com/vector-im/riot-web
Make event info size consistent with state events (#11181)
parent
880d9b1004
commit
cfc13c58cd
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue