{{p.reply.text}}
+ {{p.reply.text}}
*
+ margin-bottom: 10px
+ > *:last-child
+ margin-bottom: 0
+
+ .reply
+ display: flex
+ font-size: 0.8em
+
+ .thumb
+ margin-left: 10px
+ height: 40px
+ width: 40px
+ object-fit: cover
+
+ .mtext
+ flex: 1
+ max-height: 40px
+ margin-left: 10px
+ color: lighten($color-text-main, 20)
+ //display: -webkit-box
+ -webkit-line-clamp: 2 /* number of lines to show */
+ line-clamp: 2
+ -webkit-box-orient: vertical
+ overflow: hidden
+
+
+ .reply:before
+ content: " "
+ border: 2px solid lighten($color-text-main, 20)
+ border-radius: 2px
.text
white-space: pre-line
@@ -97,11 +133,8 @@ export default class Blog extends Vue
div
margin: 0 10px
- .id
- margin-left: 20px
-
- .views
- margin-right: 20px
+ div:first-child, div:last-child
+ margin: 0
i
font-size: 0.8em