Changed CSS so that chat controls only appearing while hovering

This commit is contained in:
jeffser 2024-05-23 09:43:16 -06:00
parent 763cb98b33
commit 3f76dfdbe9

View File

@ -1014,7 +1014,7 @@ class AlpacaWindow(Adw.ApplicationWindow):
opacity: 0;
transition: opacity .05s;
}
.chat_row:hover button, .chat_row:selected button {
.chat_row:hover button {
opacity: 1;
}
""")