Просмотр исходного кода

Add padding and border-bottom to thread listings

sbkwgh 8 лет назад
Родитель
Сommit
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 {