Hide Avatar next to the editor ...
Enter the following codes in the Extra.less template for your theme.
Türkçe çevirisi:
Düzenleyicinin yanındaki Avatarı gizle ...
Temanız için Extra.less şablonuna aşağıdaki kodları girin.
öncesi
Koddan sonrası
Enter the following codes in the Extra.less template for your theme.
Türkçe çevirisi:
Düzenleyicinin yanındaki Avatarı gizle ...
Temanız için Extra.less şablonuna aşağıdaki kodları girin.
Kod:
.message.message--quickReply .message-cell--user {
display: none;
}
.message.message--quickReply .message-cell.message-cell--main {
padding-left: 10px;
}
öncesi
Koddan sonrası