瀏覽代碼

Add padding and border-bottom to thread listings

sbkwgh 8 年之前
父節點
當前提交
14caad2cef
共有 1 個文件被更改,包括 2 次插入1 次删除
  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 {