Browse Source

add a background-color on the avatar in timeline

AlexiCauvin 6 years ago
parent
commit
dc4809054d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/css/index.styl

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

63
     &__messagelist
63
     &__messagelist
64
       // min-height 300px
64
       // min-height 300px
65
       &__item
65
       &__item
66
+        &__avatar
67
+          background-color htmlColor
66
         &__content
68
         &__content
67
           color darkGrey
69
           color darkGrey
68
       &__version
70
       &__version