Browse Source

Change it from top border to bottom border

sbkwgh 8 năm trước cách đây
mục cha
commit
bde6c511a8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/ThreadPost.vue

+ 1 - 1
src/components/ThreadPost.vue

@@ -124,7 +124,7 @@
 
 	.post {
 		position: relative;
-		border-top: thin solid $color__gray--primary;
+		border-bottom: thin solid $color__gray--primary;
 		transition: background-color 0.5s;
 		margin: 0.5rem 0;