mirror of
https://github.com/zedeus/nitter.git
synced 2026-04-15 10:12:09 -04:00
Fix the checkmark position (#1347)
Co-authored-by: yav <796176@protonmail.com>
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user