Back to SPA
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m4s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m4s
This commit is contained in:
parent
b18e47a2ef
commit
fdd8312d4c
2 changed files with 3 additions and 12 deletions
|
@ -20,7 +20,9 @@ module.exports = {
|
||||||
lang: "en-US",
|
lang: "en-US",
|
||||||
title: 'The Paper Pilot',
|
title: 'The Paper Pilot',
|
||||||
description: 'The Paper Pilot\'s Digital Garden',
|
description: 'The Paper Pilot\'s Digital Garden',
|
||||||
mpa: true,
|
// Solves content sometimes not updating correctly when navigating between links,
|
||||||
|
// but at the cost of local search, the "on this page" section, etc.
|
||||||
|
// mpa: true,
|
||||||
appearance: false,
|
appearance: false,
|
||||||
vite: {
|
vite: {
|
||||||
ssr: {
|
ssr: {
|
||||||
|
|
|
@ -452,14 +452,3 @@ hr {
|
||||||
.e-content > :last-child {
|
.e-content > :last-child {
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Required due to no JS */
|
|
||||||
button[aria-haspopup="true"]:focus + .menu,
|
|
||||||
.menu:has(:focus) {
|
|
||||||
opacity: 1 !important;
|
|
||||||
visibility: visible !important;
|
|
||||||
}
|
|
||||||
.VPLocalNav:has(button[aria-expanded="false"]:focus) + .VPSidebar,
|
|
||||||
.VPSidebar:has(:focus) {
|
|
||||||
transform: rotate(1.4deg) !important;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue