Browse Source

Add border

sbkwgh 7 năm trước cách đây
mục cha
commit
a14a6cbf4c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {