the browser-facing portion of osu!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix incorrect path (and just simplify the whole thing)

nanaya 9affa6ac 4bcba544

+2 -2
+1 -1
package.json
··· 4 4 "dev": "yarn run development", 5 5 "development": "cross-env NODE_ENV=development webpack", 6 6 "lint": "eslint --cache 'resources/js/**/*.{js,ts,tsx}' 'tests/karma/**/*.{ts,tsx}' '*.js'", 7 - "pretty": "prettier --check resources/css/**/*.less", 7 + "pretty": "prettier --check .", 8 8 "prod": "yarn run production", 9 9 "production": "cross-env NODE_ENV=production webpack", 10 10 "watch": "yarn run development --watch",
+1 -1
resources/css/utilities.less
··· 67 67 display: none !important; 68 68 } 69 69 70 - .u-hidden-desktop { 70 + .u-hidden-desktop { 71 71 @media @desktop { 72 72 display: none !important; 73 73 }