Fixed message entry shadow

This commit is contained in:
jeffser
2024-08-02 15:19:28 -06:00
parent ac3bd699ee
commit 77a2c60fe5
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
.message_input_scroll_window junction {
box-shadow: none;
border: none;
background: blue;
}
.message_input_scroll_window > * {
box-shadow: none;
border-width: 0;