update sidebar, styling
This commit is contained in:
parent
6439adac12
commit
6c88af056f
@ -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" },
|
||||
|
@ -228,8 +228,3 @@
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.VPSidebar .group+.group {
|
||||
border-top: 0px solid transparent;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user