Bladeren bron

fixed width of timeline

Skylsmoi 6 jaren geleden
bovenliggende
commit
79ad87a297
2 gewijzigde bestanden met toevoegingen van 3 en 4 verwijderingen
  1. 3 0
      src/css/Timeline.styl
  2. 0 4
      src/plugin/ContentType/PageHtml/PageHtml.styl

+ 3 - 0
src/css/Timeline.styl Bestand weergeven

@@ -2,6 +2,9 @@
2 2
   display flex
3 3
   flex-direction column
4 4
   margin 10px
5
+  border-radius 10px
6
+  width 45%
7
+  height 100%
5 8
   &__header
6 9
     border-radius 10px 10px 0 0
7 10
     padding 15px

+ 0 - 4
src/plugin/ContentType/PageHtml/PageHtml.styl Bestand weergeven

@@ -22,10 +22,6 @@
22 22
         opacity 0.7
23 23
       &__text
24 24
         font-size 14px
25
-    &__wrapper
26
-      border-radius 10px
27
-      width 45%
28
-      height 100%
29 25
     &__header
30 26
       border-top-left-radius 10px
31 27
       border-top-right-radius 10px