File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 44 "name" : " GitHub Center" ,
55 "author" : " Katsute" ,
66 "description" : " Center navigation on large viewports" ,
7- "version" : " 2.0 " ,
7+ "version" : " 2.1 " ,
88 "homepage_url" : " https://github.com/KatsuteDev/GitHub-Center" ,
99 "icons" : {
1010 "16" : " icon16.png" ,
Original file line number Diff line number Diff line change 44body : not (.project-page ) .application-main : not (: has (> div > projects-v2 , > div > .feed-background )),
55# repository-container-header ,
66# js-repo-pjax-container : not (: has (> projects-v2 )),
7- body : not (.project-page ) # repo-content-turbo-frame > div {
7+ body : not (.project-page ) # repo-content-turbo-frame > div ,
8+ # notification-shelf > div {
89
910 width : 100% ;
1011 max-width : 1280px ;
@@ -15,7 +16,8 @@ body:not(.project-page) #repo-content-turbo-frame > div {
1516
1617# repository-container-header > div ,
1718# repo-content-pjax-container > div ,
18- body : not (.project-page ) # repo-content-turbo-frame > div : not (# repo-content-pjax-container ) {
19+ body : not (.project-page ) # repo-content-turbo-frame > div : not (# repo-content-pjax-container ),
20+ # notification-shelf > div {
1921
2022 padding-left : 16px !important ;
2123 padding-right : 16px !important ;
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const selectors = [
1414 // `body:not(.project-page) #repo-content-turbo-frame > div:not(#repo-content-pjax-container)`, // uses turbo test case
1515
1616 // `#repository-container-header > div:last-child > div:last-child` // requires login
17+ // `#notification-shelf > div` // requires notification
1718] ;
1819
1920( async ( ) => {
You can’t perform that action at this time.
0 commit comments