This commit is contained in:
jeffser 2024-05-28 22:42:03 -06:00
parent b8bfd54515
commit 8672c4ac40
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,7 @@
} }
.chat_row button { .chat_row button {
opacity: 0; opacity: 0;
display: none;
transition: opacity .05s; transition: opacity .05s;
} }
.chat_row:hover button { .chat_row:hover button {

View File

@ -749,7 +749,8 @@ class AlpacaWindow(Adw.ApplicationWindow):
halign=0, halign=0,
wrap=True, wrap=True,
ellipsize=3, ellipsize=3,
wrap_mode=2 wrap_mode=2,
xalign=0
) )
button_delete = Gtk.Button( button_delete = Gtk.Button(