소스 검색

correction of the display of the comment part of the timeline

AlexiCauvin 5 년 전
부모
커밋
3dd57b4b9f
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      src/component/Timeline/Timeline.styl

+ 2 - 4
src/component/Timeline/Timeline.styl 파일 보기

@@ -71,9 +71,8 @@
71 71
         font-size 17px
72 72
         margin auto 0
73 73
   &__texteditor
74
-    flex 0 1 auto
75
-    border-top 1px solid grey
76
-    padding 45px 10px
74
+    flex 1 0 auto
75
+    margin 20px
77 76
     &__textinput
78 77
       width 70%
79 78
       & > textarea
@@ -110,7 +109,6 @@
110 109
   .timeline
111 110
     &__texteditor
112 111
       padding 10px
113
-      height 1500px
114 112
       &__textinput
115 113
         width 100%
116 114
       &__wrapper