File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 4949 padding : 0 ;
5050}
5151
52+ .tippy-box [data-theme = "box-with-header" ] .tippy-content {
53+ padding : 0 ;
54+ }
55+
5256.tippy-box [data-placement ^= "top" ] > .tippy-svg-arrow {
5357 bottom : 0 ;
5458}
116120.tippy-box [data-theme = "menu" ] .tippy-svg-arrow-inner {
117121 fill : var (--color-menu );
118122}
123+
124+ .tippy-box [data-theme = "box-with-header" ][data-placement ^= "top" ] .tippy-svg-arrow-inner {
125+ fill : var (--color-box-body );
126+ }
127+
128+ .tippy-box [data-theme = "box-with-header" ][data-placement ^= "bottom" ] .tippy-svg-arrow-inner {
129+ fill : var (--color-box-header );
130+ }
Original file line number Diff line number Diff line change @@ -3076,7 +3076,7 @@ tbody.commit-list {
30763076
30773077.commit-status-list {
30783078 padding : 0 !important ;
3079- max-height : 244 px ; /* fit exactly 5 items */
3079+ max-height : 195 px ; /* fit exactly 4 items */
30803080 overflow-x : hidden;
30813081 transition : max-height .2s ;
30823082 border-bottom : none !important ;
@@ -3096,7 +3096,7 @@ tbody.commit-list {
30963096}
30973097
30983098.commit-status-item {
3099- padding : 1 em 8 px !important ;
3099+ padding : 14 px 10 px !important ;
31003100 display : flex;
31013101 gap : 8px ;
31023102 align-items : center;
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export function initCommitStatuses() {
6666 placement : top ? 'top-start' : 'bottom-start' ,
6767 interactive : true ,
6868 role : 'dialog' ,
69- theme : 'menu ' ,
69+ theme : 'box-with-header ' ,
7070 } ) ;
7171 } ) ;
7272}
You can’t perform that action at this time.
0 commit comments