浏览代码

add a background-color on the messagelist

AlexiCauvin 7 年前
父节点
当前提交
01d55f9ad1
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/css/index.styl

+ 3 - 0
src/css/index.styl 查看文件

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