Added more custom CSS

This commit is contained in:
jeffser
2024-05-23 17:48:40 -06:00
parent 471159417c
commit 46b43ca670
2 changed files with 13 additions and 29 deletions

View File

@@ -6,3 +6,16 @@
.message-text-view {
background-color: #EBEBEB;
}
.chat_row box.header {
font-size: 14px;
}
.chat_row box {
margin: 0;
}
.chat_row button {
opacity: 0;
transition: opacity .05s;
}
.chat_row:hover button {
opacity: 1;
}