diff --git a/package.json b/package.json index 829f9c35..0dca22e6 100755 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "typecheck": "tsc --listFiles --noEmit", "analyze": "react-static build --analyze", "serve": "serve dist -p 3000", - "bundlesize": "react-static build --skip-type-check --pt-enable", + "bundlesize": "react-static build --skip-type-check --pt-enable --no-profiling", "lint-all": "eslint -f unix \"src/**/*.{js,jsx,ts,tsx}\"", "lint": "eslint -f unix \"src/**/*.{ts,tsx}\"", "fix": "prettier --write \"src/**/*.{ts,tsx}\"", diff --git a/src/Dynamic/AutoResponses/AutoResponses.tsx b/src/Dynamic/AutoResponses/AutoResponses.tsx index 12668717..50e3781a 100755 --- a/src/Dynamic/AutoResponses/AutoResponses.tsx +++ b/src/Dynamic/AutoResponses/AutoResponses.tsx @@ -38,6 +38,7 @@ import { } from "./NumericFilter"; import { TransformedAutoResponse, AuthorData } from "./types"; +// TODO minify CSS to save on byte size const Styled = { PageOuter: styled.div` position: relative; @@ -523,7 +524,7 @@ const Styled = { } & .react-contextmenu-item { - padding: 2px nano; + padding: femto micro; cursor: pointer; outline: none;