mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Fix icon cursor hitbox below SVGs by setting images to display: block
Fixes #133
This commit is contained in:
@@ -22,6 +22,11 @@ button {
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
svg,
|
||||
img {
|
||||
display: block;
|
||||
}
|
||||
|
||||
// For placeholder messages (remove eventually)
|
||||
.popover {
|
||||
h1,
|
||||
|
||||
Reference in New Issue
Block a user