Explorar el Código

Add padding and border-bottom to thread listings

sbkwgh hace 8 años
padre
commit
14caad2cef
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 {