浏览代码

fixed mergeconflicts

Skylsmoi 6 年前
父节点
当前提交
d96451760b
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/css/index.styl

+ 4 - 2
src/css/index.styl 查看文件

63
     &__messagelist
63
     &__messagelist
64
       // min-height 300px
64
       // min-height 300px
65
       &__item
65
       &__item
66
+        &__avatar
67
+          background-color darkHtmlColor
66
         &__content
68
         &__content
67
           color darkGrey
69
           color darkGrey
68
       &__version
70
       &__version
101
             background-color darkHtmlColor
103
             background-color darkHtmlColor
102
 
104
 
103
 .messagelistOpen
105
 .messagelistOpen
104
-  .page__contentpage__messagelist
106
+  .timeline__messagelist
105
     flex 0
107
     flex 0
106
     min-height 0
108
     min-height 0
107
 
109
 
108
 .received
110
 .received
109
-  .page__contentpage__messagelist__item__content
111
+  .timeline__messagelist__item__content
110
     background-color htmlColor
112
     background-color htmlColor
111
 
113
 
112
 @media (min-width: max-xs) and (max-width: max-lg)
114
 @media (min-width: max-xs) and (max-width: max-lg)