git状态以及文化管理器优化

This commit is contained in:
2025-08-09 18:01:59 +08:00
parent 1f13548039
commit 3bf68960a1
8 changed files with 1758 additions and 62 deletions

View File

@@ -10,6 +10,42 @@
display: none;
}
/* Custom thin scrollbar */
.scrollbar-thin {
scrollbar-width: thin;
}
.scrollbar-thin::-webkit-scrollbar {
width: 6px;
height: 6px;
}
.scrollbar-thin::-webkit-scrollbar-track {
background: transparent;
}
.scrollbar-thin::-webkit-scrollbar-thumb {
background-color: rgba(155, 155, 155, 0.3);
border-radius: 3px;
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
background-color: rgba(155, 155, 155, 0.5);
}
/* Scrollbar colors */
.scrollbar-thumb-muted::-webkit-scrollbar-thumb {
background-color: rgba(100, 100, 100, 0.3);
}
.hover\:scrollbar-thumb-muted-foreground:hover::-webkit-scrollbar-thumb {
background-color: rgba(100, 100, 100, 0.6);
}
.scrollbar-track-transparent::-webkit-scrollbar-track {
background: transparent;
}
/* Custom animations */
@keyframes spin {
from {