FIX: Add the ident to fix user status styling in posts (#26585)

This commit is contained in:
Jarek Radosz 2024-04-10 01:44:37 +02:00 committed by GitHub
parent cac21677ee
commit 98ec4af327
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -16,6 +16,7 @@ export class UserStatusMessage {
this.html = this.#statusHtml(status, opts);
this.content = this.#tooltipHtml(status);
this.tooltipInstance = this.tooltip.register(this.html, {
identifier: "user-status-message-tooltip",
content: this.content,
});
}

View File

@ -1,7 +1,4 @@
[data-content][data-identifier="user-status-message-tooltip"] {
display: flex;
align-items: center;
.emoji {
width: 1em;
height: 1em;