mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Make line more readable
This commit is contained in:
parent
69b9ab3164
commit
f534d295c0
@ -314,7 +314,7 @@ class StatusDetails(urwid.Pile):
|
||||
)
|
||||
|
||||
yield ("pack", urwid.Text([
|
||||
("red" if status.bookmarked else "gray", "🠷" if status.bookmarked else " "),
|
||||
("red", "🠷 ") if status.bookmarked else "",
|
||||
("gray", f"⤶ {status.data['replies_count']} "),
|
||||
("yellow" if status.reblogged else "gray", f"♺ {status.data['reblogs_count']} "),
|
||||
("yellow" if status.favourited else "gray", f"★ {status.data['favourites_count']}"),
|
||||
|
Loading…
Reference in New Issue
Block a user