Browse Source

css fix received in timeline

AlexiCauvin 6 years ago
parent
commit
1910d96d7e
2 changed files with 4 additions and 4 deletions
  1. 1 1
      src/container/HtmlDocument.jsx
  2. 3 3
      src/css/index.styl

+ 1 - 1
src/container/HtmlDocument.jsx View File

46
     if (this.state.content.content_id === -1) return // debug case
46
     if (this.state.content.content_id === -1) return // debug case
47
 
47
 
48
     this.loadContent()
48
     this.loadContent()
49
-    wysiwyg()
49
+    // wysiwyg()
50
   }
50
   }
51
 
51
 
52
   componentDidUpdate (prevProps, prevState) {
52
   componentDidUpdate (prevProps, prevState) {

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

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