A Nextcloud app that restores the corners of buttons and widgets to their original looks by unrounding them.
 
 
 
Go to file
Paróczai Olivér f5762bf9ee
Bump NC min version
2022-10-22 14:50:43 +02:00
appinfo Bump NC min version 2022-10-22 14:50:43 +02:00
code Make packaging script exclude itself and move to code dir 2021-10-16 21:48:19 +00:00
css Remove content body height hardcoding and talk specific code 2022-10-21 20:07:58 +02:00
lib/AppInfo Release 1.0.0 2021-09-12 18:42:03 +02:00
LICENSE Release 1.0.0 2021-09-12 18:42:03 +02:00
README.md Add buildscript-specific part to README 2021-10-16 21:50:59 +00:00
differences.png Update image to a bit higher res 2021-09-13 12:08:01 +02:00

README.md


nextcloud-unroundedcorners logo
nextcloud-unroundedcorners

A Nextcloud app that restores the corners of buttons and widgets to their original looks by unrounding them.

Introduction

I made this application as I didn't like how the new Nextcloud design looked. I started using the Custom CSS app to change it but after a few more modifications and asks from friends I felt the need to make it into an application for it to be easy to update, and for others to find it easier.

Technology

It is a simple app that only does one thing: it injects the bundled-in CSS code into Nextcloud, and the CSS is what matters.

For the CSS we used variables that automatically changed all "pill"-style buttons "border-radius" value to a less rounded one, and some code to fix the ones that became broken in the process.

Contributors

Usage with Custom CSS

To be updated at a later time

Packaging using the buildscript

There is a bash script for packaging the application included in the 'code' directory. It makes a tar file using the required file structure, and can optionally sign it.

The script doesn't require root permissions, just a few packages: git, xmlstarlet, tar