Fix readme

pull/37/head
Varun Patil 2022-08-16 01:59:28 +00:00
parent d4ff2c2b02
commit dd118e07c9
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
1. 🎉 Partytime!
## Why a separate app?
The approach of this app is fundamentally different from the official Nextcloud Photos app, which is extremely lightweight. This app instead maintains special metadata in a separate table on the backend, and thus can be considered to have different objectives.
The approach of this app is fundamentally different from the official Nextcloud Photos app, which is very lightweight and works entirely using webdav. This app instead maintains special metadata in a separate table on the backend, and thus can be considered to have different objectives.
## Special Thanks 🙏🏻
Nextcloud team. At least one half of the code is based on the work of the [Nextcloud Photos](https://github.com/nextcloud/photos).

View File

@ -420,7 +420,7 @@ export default {
padding-top: 13px;
padding-left: 3px;
font-size: 0.9em;
font-weight: bold;
font-weight: 600;
}
.timeline-scroll {