Browse Source

css fix received in timeline

AlexiCauvin 5 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,7 +46,7 @@ class HtmlDocument extends React.Component {
46 46
     if (this.state.content.content_id === -1) return // debug case
47 47
 
48 48
     this.loadContent()
49
-    wysiwyg()
49
+    // wysiwyg()
50 50
   }
51 51
 
52 52
   componentDidUpdate (prevProps, prevState) {

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

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