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 {
opacity: 0;
display: none;
transition: opacity .05s;
}
.chat_row:hover button {