Fix icon cursor hitbox below SVGs by setting images to display: block

Fixes #133
This commit is contained in:
Keavon Chambers
2021-05-21 14:28:11 -07:00
parent c97cb9905c
commit 56c1110800
+5
View File
@@ -22,6 +22,11 @@ button {
color: #ddd;
}
svg,
img {
display: block;
}
// For placeholder messages (remove eventually)
.popover {
h1,