Browse Source

Add material box-shadow to compose area

This increases contrast against the scrollbar.
Danilo Bargen 6 năm trước cách đây
mục cha
commit
6ab0be776f
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/sass/sections/_compose_area.scss

+ 4 - 0
src/sass/sections/_compose_area.scss

@@ -1,5 +1,9 @@
 compose-area {
 
+    > div {
+        box-shadow: 0 -2px 4px -2px rgba(0, 0, 0, 0.2);
+    }
+
     > div:first-child {
         display: flex;
         flex-direction: row;