1
0
Fork 0

Add bot indicator

This commit is contained in:
Lim Chee Aun 2022-12-27 17:54:48 +08:00
parent 1bb547e1a3
commit 43e0f51bcf
2 changed files with 10 additions and 0 deletions

View file

@ -635,6 +635,9 @@ button.carousel-dot[disabled].active {
margin: 4px;
align-self: center;
}
.tag .icon {
vertical-align: middle;
}
/* MENU POPUP */

View file

@ -129,6 +129,13 @@ function Account({ account }) {
<NameText account={info} showAcct external />
</header>
<main>
{bot && (
<>
<span class="tag">
<Icon icon="bot" /> Automated
</span>
</>
)}
<div
class="note"
dangerouslySetInnerHTML={{