git状态以及文化管理器优化
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user