mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 03:18:12 +08:00
Added fine-grained choices to Snapping options popover (#1730)
* Added Customised Snapping * Fix snapping choice to Anchors; clean up popover menu code --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
co-authored by
Keavon Chambers
parent
3019cc7253
commit
67ba5bcecf
@@ -75,6 +75,16 @@
|
||||
.floating-menu {
|
||||
left: 50%;
|
||||
bottom: 0;
|
||||
|
||||
.floating-menu-content > :first-child:not(:has(:not(.text-label))),
|
||||
.floating-menu-content > :first-child:not(:has(:not(.checkbox-input))) {
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
.floating-menu-content > :last-child:not(:has(:not(.text-label))),
|
||||
.floating-menu-content > :last-child:not(:has(:not(.checkbox-input))) {
|
||||
margin-bottom: -8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user