Made messages more compact
This commit is contained in:
parent
0a7f7e5ac2
commit
c114ae67ba
@ -469,7 +469,7 @@ class message(Gtk.Overlay):
|
||||
orientation=1,
|
||||
halign='fill',
|
||||
css_classes=["response_message"] if self.bot else ["card", "user_message"],
|
||||
spacing=10,
|
||||
spacing=5,
|
||||
width_request=-1 if self.bot else 375
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user