Describe the bug
Margin is not applied in logo when logo is top_left bottom left or bottom right
This is due to the fact that the margin is only applied to right :
logo.set_position(positions[self.position], relative=True).margin(
right=self.margin, top=self.margin, opacity=0
)
To Reproduce
Set margin to top_left for logo
Expected behavior
Having the margin when position is not top right