OliverParoczai / nextcloud-unroundedcorners

An extension for making NextCloud buttons unrounded
GNU Affero General Public License v3.0
26 stars 5 forks source link

Unroundier corners #27

Open mwinkens opened 9 months ago

mwinkens commented 9 months ago

I am currently working on my nextcloud 37 and noticed, that the corners are still not totally edgy. So I was wondering, if you would be interested in expanding the app in order to allow for customizable edge-sizes. Currently it's set to 4px and you need to clone this app and change it manually (Oh no!) in order to use other cornersizes. We could add a section to the design section in order to make this configurable, would you be interested?

This is even simpler, than I thought, because all needed variables are already in scss files and therefore customizable

OliverParoczai commented 9 months ago

Hello! Yes, I would be interested in adding a setting for it. I was toying with the idea for a while but couldn't get it to work between versions correctly, so any help would be appreciated.

I just added 4px since it was a decent compromise between the bubbly defaults and none at all for most users, but a customizable option would be way better.

Also that max version is basically $versionIWroteItFor+10, just so I don't need to go in for every new version and change it manually, since the CSS tends to stay pretty much the same even between major versions.

Thanks, Oliver