Showing hover backgrounds on expand toggles.

This commit is contained in:
2020-01-09 03:54:47 +01:00
parent 83cbdcbf3d
commit b1343a63b5
3 changed files with 34 additions and 3 deletions

View File

@@ -56,6 +56,10 @@ export default {
.tiles {
grid-template-columns: repeat(auto-fit, minmax(15rem, .5fr));
}
&.compact .tiles {
padding: 0 1rem 1rem 1rem;
}
}
}