mirror of
https://github.com/ihabunek/toot.git
synced 2025-05-18 00:58:30 -04:00
Add padding to status details
This commit is contained in:
parent
51afcf7e34
commit
41f997199a
@ -87,7 +87,7 @@ class Timeline(urwid.Columns):
|
||||
|
||||
def draw_status_details(self, status):
|
||||
self.status_details = StatusDetails(status, self.is_thread)
|
||||
self.contents[2] = self.status_details, ("weight", 60, False)
|
||||
self.contents[2] = urwid.Padding(self.status_details, left=1), ("weight", 60, False)
|
||||
|
||||
def keypress(self, size, key):
|
||||
status = self.get_focused_status()
|
||||
|
Loading…
x
Reference in New Issue
Block a user