Browse Source

fixed mergeconflicts

Skylsmoi 6 years ago
parent
commit
d96451760b
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/css/index.styl

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

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