Преглед изворни кода

Css fix on the timeline and editionmode

AlexiCauvin пре 5 година
родитељ
комит
9d3f9aabd7

Разлика између датотеке није приказан због своје велике величине
+ 1 - 1
dist/tracim_lib.js


+ 1 - 1
src/component/Input/TextAreaApp/TextAreaApp.jsx Прегледај датотеку

@@ -6,7 +6,7 @@ require('./TextAreaApp.styl')
6 6
 export const TextAreaApp = props =>
7 7
   <form className={`${props.customClass} editionmode`}>
8 8
     <textarea
9
-      className={`${props.customClass}__text editionmode__text`}
9
+      className={`${props.customClass}__text editionmode__text wysiwygtext`}
10 10
       value={props.text}
11 11
       onChange={props.onChangeText}
12 12
     />

+ 5 - 7
src/component/Timeline/Timeline.styl Прегледај датотеку

@@ -67,7 +67,7 @@
67 67
   &__texteditor
68 68
     flex 0 1 auto
69 69
     border-top 1px solid grey
70
-    padding 25px 10px
70
+    padding 45px 10px
71 71
     &__textinput
72 72
       width 70%
73 73
       & > textarea
@@ -83,13 +83,11 @@
83 83
     &__submit
84 84
       margin 10px 0
85 85
       &__btn
86
-        display flex
87
-        width 118px
86
+        display inline-block
88 87
         cursor pointer
89
-        &:hover , &:focus
90
-          box-shadow shadow-all-btn
91 88
         &__icon
92
-          margin-left 10px
89
+          display inline-block
90
+          margin-left 20px
93 91
 
94 92
 .received
95 93
   text-align right
@@ -106,7 +104,7 @@
106 104
   .timeline
107 105
     &__texteditor
108 106
       padding 10px
109
-      height 220px
107
+      height 1500px
110 108
       &__textinput
111 109
         width 100%
112 110
       &__wrapper