update sidebar, styling
This commit is contained in:
parent
6439adac12
commit
6c88af056f
@ -128,7 +128,7 @@ export default defineConfig({
|
|||||||
{ text: "📂 Miscellaneous", link: "/miscguide" },
|
{ text: "📂 Miscellaneous", link: "/miscguide" },
|
||||||
{
|
{
|
||||||
text: "🔧 Tools",
|
text: "🔧 Tools",
|
||||||
collapsed: true,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
{ text: "💻 System Tools", link: "/system-tools" },
|
{ text: "💻 System Tools", link: "/system-tools" },
|
||||||
{ text: "🗃️ File Tools", link: "/file-tools" },
|
{ text: "🗃️ File Tools", link: "/file-tools" },
|
||||||
@ -144,8 +144,8 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "More",
|
text: "➕️ More",
|
||||||
collapsed: true,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
{ text: "🔞 NSFW", link: "/nsfwpiracy" },
|
{ text: "🔞 NSFW", link: "/nsfwpiracy" },
|
||||||
{ text: "⚠️ Unsafe Sites", link: "/unsafesites" },
|
{ text: "⚠️ Unsafe Sites", link: "/unsafesites" },
|
||||||
|
@ -228,8 +228,3 @@
|
|||||||
transform: rotate(360deg);
|
transform: rotate(360deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.VPSidebar .group+.group {
|
|
||||||
border-top: 0px solid transparent;
|
|
||||||
padding-top: 0px;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user