@ -93,6 +93,8 @@
--branch-status-ahead-foreground : var ( --vscode-gitlens-decorations \ . branchAheadForegroundColor ) ;
--branch-status-behind-foreground : var ( --vscode-gitlens-decorations \ . branchBehindForegroundColor ) ;
--branch-status-both-foreground : var ( --vscode-gitlens-decorations \ . branchDivergedForegroundColor ) ;
--graph-column-scrollbar-thickness : 14px ;
}
body {
@ -112,6 +114,11 @@ body {
}
}
: : -webkit-scrollbar {
width : var ( --graph-column-scrollbar-thickness ) ;
height : var ( --graph-column-scrollbar-thickness ) ;
}
: : -webkit-scrollbar-corner {
background-color : transparent ! important ;
}
@ -844,7 +851,6 @@ button:not([disabled]),
. graph-app {
--fs-1 : 1 . 1rem ;
--fs-2 : 1 . 3rem ;
--scroll-thumb-bg : var ( --vscode-scrollbarSlider-background ) ;
padding : 0 ;
@ -980,7 +986,7 @@ button:not([disabled]),
& . graph-adjust-commit-count {
display : flex ;
width : calc ( 100vw - var ( --scrollable -scrollbar-thickness ) ) ;
width : calc ( 100vw - var ( --graph-column -scrollbar-thickness ) ) ;
align-items : center ;
justify-content : center ;
}