File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "permissions" : {
3+ "allow" : [
4+ " mcp__chrome-devtools-mcp__list_pages" ,
5+ " mcp__chrome-devtools-mcp__navigate_page" ,
6+ " mcp__chrome-devtools-mcp__take_snapshot" ,
7+ " mcp__chrome-devtools-mcp__evaluate_script" ,
8+ " mcp__chrome-devtools-mcp__new_page"
9+ ]
10+ }
11+ }
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ export default {
6262 .version-item {
6363 display : flex ;
6464 align-items : center ;
65+ justify-content : center ;
6566 font-size : 12px ;
6667 line-height : 24px ;
6768 color : rgba (255 , 255 , 255 , 0.7 );
@@ -82,6 +83,9 @@ export default {
8283 }
8384
8485 .version-link {
86+ display : flex !important ;
87+ align-items : center ;
88+ justify-content : center ;
8589 text-decoration : none ;
8690 color : rgba (255 , 255 , 255 , 0.7 );
8791 cursor : pointer ;
You can’t perform that action at this time.
0 commit comments