update sidebar, styling

This commit is contained in:
taskylizard 2023-12-25 09:19:49 +00:00
parent 6439adac12
commit 6c88af056f
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120
2 changed files with 3 additions and 8 deletions

View File

@ -128,7 +128,7 @@ export default defineConfig({
{ text: "📂 Miscellaneous", link: "/miscguide" },
{
text: "🔧 Tools",
collapsed: true,
collapsed: false,
items: [
{ text: "💻 System Tools", link: "/system-tools" },
{ text: "🗃️ File Tools", link: "/file-tools" },
@ -144,8 +144,8 @@ export default defineConfig({
],
},
{
text: "More",
collapsed: true,
text: " More",
collapsed: false,
items: [
{ text: "🔞 NSFW", link: "/nsfwpiracy" },
{ text: "⚠️ Unsafe Sites", link: "/unsafesites" },

View File

@ -228,8 +228,3 @@
transform: rotate(360deg);
}
}
.VPSidebar .group+.group {
border-top: 0px solid transparent;
padding-top: 0px;
}