pull/5/head
Paróczai Olivér 2021-10-16 21:42:11 +00:00 zatwierdzone przez GitHub
rodzic b3099ee80b
commit c17402d438
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 26 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,27 @@
# nextcloud-unroundedcorners
<h1 align="center">
<br>
<a href="https://github.com/OliverParoczai/nextcloud-unroundedcorners"><img src="https://raw.githubusercontent.com/OliverParoczai/nextcloud-unroundedcorners/master/differences.png" alt="nextcloud-unroundedcorners logo" width="200"></a>
<br>nextcloud-unroundedcorners
</h1>
<h3 align="center">
A Nextcloud app that restores the corners of buttons and widgets to their original looks by unrounding them.
</h3>
Still under construction, will be updated at a later time
# 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
- [@OliverParoczai](https://github.com/OliverParoczai)
- [@karlprieb](https://github.com/karlprieb)
# Usage with Custom CSS
To be updated at a later time