Notifiarr / website

Issue tracker for Notifiarr.com
https://notifiarr.com
7 stars 0 forks source link

fix mobile login page icon #228

Closed bakerboy448 closed 1 year ago

bakerboy448 commented 1 year ago

C2181193-E4A1-4151-960C-7C67E3F80561

bakerboy448 commented 1 year ago

Occurs when the window resizes and causes the sidebar to hide.

Issue is two 100x100 logos are being loaded image

https://nightly.notifiarr.app/images/logo_100x100.png works

https://nightly.notifiarr.app/guest/images/logo_100x100.png invalid

<img src="images/logo_100x100.png" style="height:20px; margin-left: 10px;">
bakerboy448 commented 1 year ago

fixed in nightly

Mobile icon now uses root like the non-mobile icon