File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 14891489 }
14901490 }
14911491 ` ;
1492+ } else {
1493+ HEADER_STYLE . textContent += `
1494+ ${ SELECTORS . header . localBar . underlineNavActions }
1495+ {
1496+ padding-right: var(--base-size-16, var(--base-size-16)) !important;
1497+ }
1498+ ` ;
14921499 }
14931500
14941501 if ( elementConfig . boxShadow . consistentColor ) {
17031710 {
17041711 display: none !important;
17051712 }
1713+
1714+ #repo-title-component:has(> img[alt$="avatar"]) .AppHeader-context-item-label .avatar-user
1715+ {
1716+ display: none !important;
1717+ }
17061718 ` ;
17071719
17081720 updateRepositoryHeaderName ( ) ;
33623374 }
33633375 }
33643376
3377+ action-menu
3378+ {
3379+ align-content: center;
3380+ }
3381+
33653382 .AppHeader ${ SELECTORS . header . globalBar } .AppHeader-search input[type=search],
33663383 .AppHeader ${ SELECTORS . header . globalBar } .AppHeader-search .AppHeader-searchButton
33673384 {
34163433 {
34173434 bottom: calc(43% + var(--base-size-24)) !important;
34183435 }
3436+
3437+ ${ SELECTORS . header . leftAligned } > div:first-child
3438+ {
3439+ display: none !important;
3440+ }
34193441 ` ;
34203442
34213443 HEADER . querySelector ( SELECTORS . header . globalBar ) ?. classList . remove ( 'pb-2' ) ;
You can’t perform that action at this time.
0 commit comments