Merge branch 'main' into tweak/thumbnail-fixed-width-height

This commit is contained in:
SleeplessOne1917 2023-06-27 20:12:04 -04:00 committed by GitHub
commit 31daff70cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 33 deletions

View file

@ -412,13 +412,13 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
getRoleLabelPill({
label: I18NextService.i18n.t("mod"),
tooltip: I18NextService.i18n.t("mod"),
classes: "text-bg-primary text-black",
classes: "text-bg-primary",
})}
{this.creatorIsAdmin_ &&
getRoleLabelPill({
label: I18NextService.i18n.t("admin"),
tooltip: I18NextService.i18n.t("admin"),
classes: "text-bg-danger text-white",
classes: "text-bg-danger",
})}
{post_view.creator.bot_account &&
getRoleLabelPill({