From 831060a57ea3b801f343d139ca89db3261d18cbf Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 20 Jun 2024 07:37:29 -0500 Subject: [PATCH] Make background support not being full page --- site/.vitepress/theme/Background.vue | 59 ++++++++++++++-------------- site/.vitepress/theme/Layout.vue.in | 14 ++++++- 2 files changed, 43 insertions(+), 30 deletions(-) diff --git a/site/.vitepress/theme/Background.vue b/site/.vitepress/theme/Background.vue index 35dee981..d194e800 100644 --- a/site/.vitepress/theme/Background.vue +++ b/site/.vitepress/theme/Background.vue @@ -1,24 +1,21 @@ diff --git a/site/.vitepress/theme/Layout.vue.in b/site/.vitepress/theme/Layout.vue.in index 6d6b6135..d1043a48 100644 --- a/site/.vitepress/theme/Layout.vue.in +++ b/site/.vitepress/theme/Layout.vue.in @@ -4,7 +4,9 @@ - +
+ +
@@ -28,6 +30,16 @@ import Background from './Background.vue'