adfinis / timed

Monorepo for the Timed time-tracking application
GNU Affero General Public License v3.0
4 stars 5 forks source link

[BUG]: magic link button is only rounded on one side when in magic link modal #152

Open c0rydoras opened 1 month ago

c0rydoras commented 1 month ago

Description

When in the magic link ui/when the magic link modal is opened the button is no longer rounded on all sides

Steps to Reproduce

  1. go to timed instance
  2. click magic link button
  3. its no longer rounded on all sides

Expected Behavior

It to stay round

Attachments

image image

Additional Context

No response

Version

v4.0.3

Required

derrabauke commented 1 month ago

It's caused by this div which is inserted when the modal is open: image

As it's no more the :last-child the folowing rule will take precedence: image

Maybe not rendering the modal inPlace would fix it. :man_shrugging:

MitanOmar commented 4 weeks ago

@c0rydoras i don't think that this is a bug

c0rydoras commented 4 weeks ago

How is this not a bug?

c0rydoras commented 4 weeks ago

What @derrabauke said should fix it