Fix readme
parent
d4ff2c2b02
commit
dd118e07c9
|
@ -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).
|
|
@ -420,7 +420,7 @@ export default {
|
|||
padding-top: 13px;
|
||||
padding-left: 3px;
|
||||
font-size: 0.9em;
|
||||
font-weight: bold;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.timeline-scroll {
|
||||
|
|
Loading…
Reference in New Issue