Fix CSS extraneous space beneath icons

This commit is contained in:
Keavon Chambers
2021-05-05 22:08:58 -07:00
parent b4ad274fd8
commit 6dc8c91578
8 changed files with 14 additions and 26 deletions
@@ -8,7 +8,6 @@
.shelf-item {
padding: 4px;
border-radius: 2px;
font-size: 0;
&:hover {
background: #666;
@@ -21,6 +20,7 @@
svg {
width: 24px;
height: 24px;
vertical-align: top;
}
}
</style>