From 85b640f32e41f70ce2cf8d4fadd1979c0a270fcf Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Tue, 26 May 2026 19:47:23 -0400 Subject: [PATCH] =?UTF-8?q?fix(views):=20close=20the=2024-32px=20gap=20bel?= =?UTF-8?q?ow=20TopNav=20across=20all=20views=20=E2=80=94=20every=20v-cont?= =?UTF-8?q?ainer=20had=20py-6=20(or=20py-8=20on=20PlaceholderView)=20which?= =?UTF-8?q?=20pushed=20the=20first=20content=20item=20well=20below=20where?= =?UTF-8?q?=20the=20TopNav's=20fade-to-transparent=20gradient=20bottoms=20?= =?UTF-8?q?out.=20Switch=20to=20pt-2=20pb-6=20(8px=20top,=2024px=20bottom)?= =?UTF-8?q?=20so=20content=20sits=20comfortably=20right=20below=20the=20na?= =?UTF-8?q?v,=20matches=20the=20ArtistHeader's=20'continuous=20with=20TopN?= =?UTF-8?q?av'=20feel.=20PlaceholderView=20uses=20pt-3=20pb-8=20keeping=20?= =?UTF-8?q?its=20larger=20bottom=20padding.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/src/views/ArtistView.vue | 6 +++--- frontend/src/views/ArtistsView.vue | 2 +- frontend/src/views/CredentialsView.vue | 2 +- frontend/src/views/DownloadsView.vue | 2 +- frontend/src/views/GalleryView.vue | 2 +- frontend/src/views/PlaceholderView.vue | 2 +- frontend/src/views/PostsView.vue | 2 +- frontend/src/views/SeriesManageView.vue | 2 +- frontend/src/views/SettingsView.vue | 2 +- frontend/src/views/ShowcaseView.vue | 2 +- frontend/src/views/SubscriptionsView.vue | 2 +- frontend/src/views/TagsView.vue | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/src/views/ArtistView.vue b/frontend/src/views/ArtistView.vue index 76eca6b..876b9d8 100644 --- a/frontend/src/views/ArtistView.vue +++ b/frontend/src/views/ArtistView.vue @@ -3,11 +3,11 @@ - + Artist not found. - + {{ store.error }} @@ -19,7 +19,7 @@ :post-count="store.postCount" :last-added="store.lastAdded" /> - + - +
- + diff --git a/frontend/src/views/DownloadsView.vue b/frontend/src/views/DownloadsView.vue index 0979c98..4a2a612 100644 --- a/frontend/src/views/DownloadsView.vue +++ b/frontend/src/views/DownloadsView.vue @@ -1,5 +1,5 @@