浏览代码

Add border

sbkwgh 7 年之前
父节点
当前提交
a14a6cbf4c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frontend/src/components/routes/Thread.vue

+ 1 - 0
frontend/src/components/routes/Thread.vue

@@ -408,6 +408,7 @@
 		margin-bottom: 1rem;
 		width: 80%;
 		border-radius: 0.25rem;
+		border: thin solid $color__gray--darker;
 	}
 
 	.posts {