Fix the checkmark position (#1347)

Co-authored-by: yav <796176@protonmail.com>
This commit is contained in:
yav 2025-12-24 10:22:20 +03:00 committed by GitHub
commit a92e79ebc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 1 deletions

View file

@ -66,6 +66,7 @@ proc renderUser(user: User; prefs: Prefs): VNode =
tdiv(class="tweet-name-row"):
tdiv(class="fullname-and-username"):
linkUser(user, class="fullname")
verifiedIcon(user)
linkUser(user, class="username")
tdiv(class="tweet-content media-body", dir="auto"):