This commit is contained in:
Zan1456
2025-08-06 22:48:21 +02:00
parent bbe8a4b2b3
commit 1218d3b905
6 changed files with 19 additions and 40 deletions

View File

@@ -414,23 +414,4 @@ body {
@keyframes spin {
to { transform: rotate(360deg); }
}
::-webkit-scrollbar {
width: clamp(4px, 1vw, 8px);
height: clamp(4px, 1vw, 8px);
}
::-webkit-scrollbar-track {
background: var(--background);
}
::-webkit-scrollbar-thumb {
background: var(--text-secondary);
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: var(--text-primary);
}