Просмотр исходного кода

add a background-color on the messagelist

AlexiCauvin 7 лет назад
Родитель
Сommit
01d55f9ad1
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3 0
      src/css/index.styl

+ 3 - 0
src/css/index.styl Просмотреть файл

@@ -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