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;

View File

@ -217,6 +217,8 @@
<object class="GtkScrolledWindow">
<property name="max-content-height">150</property>
<property name="propagate-natural-height">true</property>
<property name="margin-start">10</property>
<property name="margin-end">10</property>
<style>
<class name="message_input_scroll_window"/>
</style>
@ -226,8 +228,6 @@
<class name="message_text_view"/>
</style>
<property name="wrap-mode">word</property>
<property name="margin-start">10</property>
<property name="margin-end">10</property>
<property name="top-margin">10</property>
<property name="bottom-margin">10</property>
<property name="hexpand">true</property>