Jellyfin Forum
How can I remove this tiny icon that makes the UI look terrible? - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: How can I remove this tiny icon that makes the UI look terrible? (/t-how-can-i-remove-this-tiny-icon-that-makes-the-ui-look-terrible)



How can I remove this tiny icon that makes the UI look terrible? - 4r5hw45twh - 2024-10-09

This: https://i.imgur.com/fEtsMzI.jpeg

It makes everything look jumbled up. Happens on the web browser on mobile.


RE: How can I remove this tiny icon that makes the UI look terrible? - TheDreadPirate - 2024-10-09

You could figure out the web element name for that icon then hide it with CSS?


RE: How can I remove this tiny icon that makes the UI look terrible? - Efficient_Good_5784 - 2024-10-09

Try adding this to your custom CSS to disable it:

Code:
.pageTitleWithDefaultLogo { display: none; }



RE: How can I remove this tiny icon that makes the UI look terrible? - TheDreadPirate - 2024-10-09

Do you have the mobile browser set to "desktop" mode? What kind of device is this?