mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Center read reaceipts on irc-ui
This commit is contained in:
parent
b2154a4a61
commit
b36d7d48cc
@ -45,7 +45,7 @@ $irc-line-height: $font-18px;
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
.mx_EventTile_readAvatars {
|
.mx_EventTile_readAvatars {
|
||||||
top: 7px;
|
top: 0.2rem; // ($irc-line-height - avatar height) / 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,7 +82,7 @@ $irc-line-height: $font-18px;
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
// Need to use important to override the js provided height and width values.
|
// Need to use important to override the js provided height and width values.
|
||||||
> .mx_BaseAvatar, .mx_BaseAvatar > * {
|
> .mx_BaseAvatar, > .mx_BaseAvatar > * {
|
||||||
height: $font-14px !important;
|
height: $font-14px !important;
|
||||||
width: $font-14px !important;
|
width: $font-14px !important;
|
||||||
font-size: $font-10px !important;
|
font-size: $font-10px !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user