Changed CSS so that chat controls only appearing while hovering
This commit is contained in:
parent
763cb98b33
commit
3f76dfdbe9
@ -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;
|
||||
}
|
||||
""")
|
||||
|
Loading…
x
Reference in New Issue
Block a user