html[lang="he"] {
    direction: rtl;
    
    .mx_ReplyChain {
        border-left: unset !important;
        border-right: 2px solid var(--accent, currentColor);
    }

    .mx_EventTile:not([data-layout=bubble]) .mx_SenderProfile {
        max-width: fit-content !important;
    }


    ._avatar_1qbcf_8[data-type=round] {
        margin-left: unset !important;
        margin-right: 10px !important;
    }

    .mx_RoomAvatarView .mx_RoomAvatarView_PresenceDecoration,
    .mx_RoomAvatarView .mx_RoomAvatarView_icon {
        left: calc(var(--room-avatar-size) - 15px) !important;
    }
}