From dd118e07c96f8cac03073b84b656347c55241fae Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Tue, 16 Aug 2022 01:59:28 +0000 Subject: [PATCH] Fix readme --- README.md | 2 +- src/components/Timeline.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e11dce62..2f3b7b98 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index af947a7a..1b895214 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -420,7 +420,7 @@ export default { padding-top: 13px; padding-left: 3px; font-size: 0.9em; - font-weight: bold; + font-weight: 600; } .timeline-scroll {