소스 검색

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;