File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed
Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,16 @@ const config = defineConfig({
101101 new RunCommandsPlugin ( ) ,
102102 new CopyRspackPlugin ( {
103103 patterns : [
104+ {
105+ context : "./src/css/" ,
106+ from : "**/*" ,
107+ to : "chrome/css/"
108+ } ,
109+ {
110+ context : "./src/css/" ,
111+ from : "**/*" ,
112+ to : "firefox/css/"
113+ } ,
104114 {
105115 context : "./public/" ,
106116 from : "**/*" ,
Original file line number Diff line number Diff line change 1+ [data-testid = "card.wrapper" ]: has ([data-testid = "card.layoutLarge.media" ]) + a {
2+ display : none;
3+ }
Original file line number Diff line number Diff line change 1717 " https://mobile.x.com/*" ,
1818 " https://pro.x.com/*"
1919 ],
20- "js" : [" js/loader.js" ]
20+ "js" : [" js/loader.js" ],
21+ "css" : [" css/style.css" ]
2122 }
2223 ],
2324 "web_accessible_resources" : [" js/main.js" ]
Original file line number Diff line number Diff line change 2525 " https://mobile.x.com/*" ,
2626 " https://pro.x.com/*"
2727 ],
28- "js" : [" js/loader.js" ]
28+ "js" : [" js/loader.js" ],
29+ "css" : [" css/style.css" ]
2930 }
3031 ],
3132 "web_accessible_resources" : [
You can’t perform that action at this time.
0 commit comments