diff --git a/src/style.css b/src/style.css index a889315..9ad2e63 100644 --- a/src/style.css +++ b/src/style.css @@ -13,6 +13,7 @@ } .chat_row button { opacity: 0; + display: none; transition: opacity .05s; } .chat_row:hover button { diff --git a/src/window.py b/src/window.py index d4dfb0c..0712e66 100644 --- a/src/window.py +++ b/src/window.py @@ -749,7 +749,8 @@ class AlpacaWindow(Adw.ApplicationWindow): halign=0, wrap=True, ellipsize=3, - wrap_mode=2 + wrap_mode=2, + xalign=0 ) button_delete = Gtk.Button(