From bd52f2f387708584dfabeaa8225ec8275d10d35d Mon Sep 17 00:00:00 2001 From: t11r <1674104+t11r@users.noreply.github.com> Date: Wed, 28 May 2025 18:52:25 +0200 Subject: [PATCH 01/12] Add dark mode, revise theme - Harmonize borders - Simplify button styles, add gaps - Remove obsolete container position --- src/App.vue | 4 +- src/components/ViewScan.vue | 4 +- src/config.js | 11 ++++ src/main.js | 5 -- src/styles/extends/button.scss | 32 ++++++++--- src/styles/extends/panel.scss | 3 +- src/styles/mixins/dropdown.scss | 8 +-- src/styles/mixins/range.scss | 5 +- src/styles/sections/collection.scss | 3 +- src/styles/sections/error.scss | 8 +-- src/styles/sections/fulltext.scss | 6 +- src/styles/sections/header.scss | 9 +-- src/styles/sections/info.scss | 17 ++++-- src/styles/sections/loading.scss | 2 +- src/styles/sections/page-select.scss | 22 ++----- src/styles/sections/scan.scss | 85 ++++++++++++---------------- src/styles/sections/thumbnails.scss | 23 +++----- src/styles/sections/toc.scss | 24 ++++---- src/styles/util/base.scss | 21 ++++--- src/styles/util/settings.scss | 74 ++++++++++++++++-------- tests/e2e/fulltext.spec.js | 12 ++-- 21 files changed, 206 insertions(+), 172 deletions(-) diff --git a/src/App.vue b/src/App.vue index b4a36de2..8f814a66 100644 --- a/src/App.vue +++ b/src/App.vue @@ -111,12 +111,14 @@ export default { }; + +