thinner scrollbar

This commit is contained in:
taskylizard 2023-11-04 21:54:50 +05:30
parent 1a031039e1
commit bc1204a832
No known key found for this signature in database
GPG Key ID: 5CABA3D642DDC497

View File

@ -93,6 +93,14 @@
background-color: var(--vp-button-brand-bg);
}
/* Custom scrollbar */
.VPSidebar::-webkit-scrollbar {
block-size: 4px;
border-end-end-radius: 14px;
border-start-end-radius: 14px;
inline-size: 4px;
}
/**
* Component: Home
*/