浏览代码

Change it from top border to bottom border

sbkwgh 8 年之前
父节点
当前提交
bde6c511a8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;