Better chat notification

This commit is contained in:
jeffser
2024-07-04 11:42:35 -06:00
parent 91f203fc23
commit c75556346a
3 changed files with 10 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
.message_input_scroll_window > * {
box-shadow: none;
border-width: 0;
}
.message_text_view {
background-color: rgba(0,0,0,0);
}