Fix avatar alignment for room state events
This commit is contained in:
parent
f54ca219cf
commit
d12ed333c1
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_EventTile.mx_EventTile_info .mx_EventTile_avatar {
|
||||
top: 8px;
|
||||
top: $font-8px;
|
||||
left: 65px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue