Cookie-AutoDelete/Cookie-AutoDelete

[Bug] Cookie AutoDelete Notifications Broken

justanothercodingperson opened this issue · 1 comments

Acknowledgements

  • I acknowledge that I have read the above items

Describe the bug

When getting the notification "cookies were deleted" the notification box now varies in size, however it averages around double the size of what it should. This leads to them on average being more of a square shape then a rectangle as they should be because of this the text produced appears more top-sided then normal.

To Reproduce

Step 1 - Go to any website.
Step 2 - Leave the website.
Step 3 - Either wait for them to be automatically deleted or your can manually delete them. Either way the same thing happens.
Step 4 - The notification that pops up is broken as said above.

Expected Behavior

I expect the notifications to be a consistent smaller size, with a normally rectangular shape and the text not to appear as top-sided.

Screenshots

No response

System Info - Operating System (OS)

Windows 10 Home

System Info - Browser Info

Firefox 115.0

System Info - CookieAutoDelete Version

3.8.2

Additional Context

No response

Starting in Firefox 111, they have defaulted to use the native OS notification alerts. If you want the old firefox notifications, you will need to go to about:config, search for alerts.useSystemBackend, and disable it / make it false.

We have no control over how it is displayed. We just send over the title, icon, and text content via the webextension api and let the browser handle the rest.