fix
This commit is contained in:
parent
b8bfd54515
commit
8672c4ac40
@ -13,6 +13,7 @@
|
||||
}
|
||||
.chat_row button {
|
||||
opacity: 0;
|
||||
display: none;
|
||||
transition: opacity .05s;
|
||||
}
|
||||
.chat_row:hover button {
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user