OliverParoczai / nextcloud-unroundedcorners

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

fix login buttons misalignments #7

Closed karlprieb closed 2 years ago

karlprieb commented 2 years ago

Fix login and 2fa buttons alignment

before:

image image

after:

image image

Sadly, I found a lot of styles issues on NC, but I think I can contribute to fix that on NC as it was not generated by this app.

karlprieb commented 2 years ago

@OliverParoczai I couldn't find the mail loading issue, can you post an screenshot of it?

OliverParoczai commented 2 years ago

Thanks for the fix! Merging it

About the mail loading issue: I patched it originally by setting the border-radius back to 100px. It's the icon-history one in the CSS. I just think it would be better not to hack it together with a hardcoded value in case they change it. It would be a lot better to just exclude it from the code that changes the border-radius to our new value, so it's what the original value was.