Skip to content

[BUG] Margin is not applied in logo when logo is top_left bottom left or bottom right #201

@leclem

Description

@leclem

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions