centering emoji
This commit is contained in:
parent
ccbe31e4c0
commit
b62b69303b
@ -115,6 +115,11 @@
|
||||
|
||||
.status {
|
||||
pointer-events: none;
|
||||
@-moz-document url-prefix() {
|
||||
text {
|
||||
transform: translateX(2px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Notes inline styles
|
||||
|
@ -306,7 +306,7 @@ if (typeof window.graphData !== 'undefined') {
|
||||
.text((d) => d.status)
|
||||
.attr('font-size', '18px')
|
||||
.attr('text-anchor', 'middle')
|
||||
.attr('alignment-baseline', 'central')
|
||||
.attr('dominant-baseline', 'central')
|
||||
.merge(status)
|
||||
|
||||
node = node.data(nodesData, (d) => d.id).enter().append('circle')
|
||||
|
Loading…
Reference in New Issue
Block a user