Codemirror v6: reverse the accept/reject buttons in unified merge view to be displayed on new chunk

Is it possible to customize the accept/reject buttons of unified merge view to be displayed on the new chunk instead of the old chunk.

Codemirror:
image

Another code editor
image

No, that’s not something this package has support for.

Thank for your reply.

I assuming this answer is in the context of config options. However, is it possible to do this using css styling or modifying dom?

If its possible to do this with dom modification, how would you recommend going about it?

The buttons are children of a block widget displayed above the inserted lines, the same widget that holds deleted lines. It isn’t a child of the inserted lines, so it would be very hard to align it to those with CSS.