Преглед изворни кода

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 {