From 8672c4ac401f6d147f7fc07a6eb094ee52e723c5 Mon Sep 17 00:00:00 2001 From: jeffser Date: Tue, 28 May 2024 22:42:03 -0600 Subject: [PATCH] fix --- src/style.css | 1 + src/window.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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(