Ver código fonte

Merge branch 'master' of github.com:tracim/app_Thread

Skylsmoi 7 anos atrás
pai
commit
025f27cfcd
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      src/css/index.styl

+ 3 - 0
src/css/index.styl Ver arquivo

@@ -16,9 +16,11 @@
16 16
     width 100%
17 17
     &__messagelist
18 18
       flex 1 1 auto
19
+      margin 0
19 20
       padding 15px 35px
20 21
       list-style none
21 22
       overflow-y auto
23
+      background-color off-white
22 24
       &__item
23 25
         &__avatar
24 26
           position relative
@@ -41,6 +43,7 @@
41 43
           font-size 15px
42 44
     &__texteditor
43 45
       flex 0 1 auto
46
+      border-top 1px solid grey
44 47
       &__simpletext
45 48
         &__input
46 49
           &:focus