Browse Source

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

Skylsmoi 7 years ago
parent
commit
025f27cfcd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/css/index.styl

+ 3 - 0
src/css/index.styl View File

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