Browse Source

https://github.com/tracim/tracim/issues/630, changes in the author's position and commentary schedule

AlexiCauvin 6 years ago
parent
commit
2e9b04fece
1 changed files with 3 additions and 6 deletions
  1. 3 6
      frontend_lib/src/component/Timeline/Timeline.styl

+ 3 - 6
frontend_lib/src/component/Timeline/Timeline.styl View File

36
         padding 0 25px 0 35px
36
         padding 0 25px 0 35px
37
         &__avatar
37
         &__avatar
38
           position relative
38
           position relative
39
-          top 40px
39
+          top 60px
40
           left -20px
40
           left -20px
41
           border-radius 50%
41
           border-radius 50%
42
           width 45px
42
           width 45px
46
             height 45px
46
             height 45px
47
             border-radius 25px
47
             border-radius 25px
48
         &__authorandhour
48
         &__authorandhour
49
-          display flex
50
-          align-items center
51
-          justify-content flex-end
52
-          margin-right 35px
49
+          margin-left 35px
53
           opacity 0.7
50
           opacity 0.7
54
           font-size 14px
51
           font-size 14px
55
         &__content
52
         &__content
118
       flex-direction row-reverse
115
       flex-direction row-reverse
119
     &__avatar
116
     &__avatar
120
       left 20px
117
       left 20px
121
-    &__createhour
118
+    &__authorandhour
122
       margin-left 0
119
       margin-left 0
123
       margin-right 35px
120
       margin-right 35px
124
 
121