Browse Source

Add padding and border-bottom to thread listings

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

+ 2 - 1
src/components/routes/Index.vue

@@ -107,7 +107,8 @@
 		}
 
 		td, th {
-			padding: 0 0.5rem;
+			padding: 0.3rem 0.5rem;
+			border-bottom: solid thin $color__lightgray--primary;
 		}
 
 		@at-root #{&}--header {