Closed Joecalone closed 7 months ago
Hi @Joecalone, There is no option in settings to this currently from settings but you can override the styles via CSS.
First, check you have installed the correct extension, mine is this one
you can add your custom CSS by using this extension
open the CSS editor by f12 or by going to the settings and paste this style
#fsd-art-image{
border-radius: 0px !important;
}
Then it should work.
This worked perfectly, thanks so much!
Choose the extension for feature request.
Other
📝 Provide a description of the new feature
I'm not very tech-savvy, so maybe there's an easy way of doing this, but I tried editing the fullAppDisplay.js file to no avail:
I'm not a big fan of rounded corners on album art, so it would be nice to be able to set the corner radius to 0px. If there's a way of currently doing this, I'd be very grateful if you could point me towards it. Thanks.
➕ Additional Information
No response