diff options
author | 2021-09-02 03:41:40 +0800 | |
---|---|---|
committer | 2021-09-02 02:41:40 +0700 | |
commit | 118a2b0076983e0320406d80d2a0169440984500 (patch) | |
tree | 817d95bd22c6f9da850a1a49b32a471ca8713c08 /source/features/patch-diff-links.tsx | |
parent | fafef46439ab0070abbbb8fd9a2155ea85909ad2 (diff) | |
download | refined-github-118a2b0076983e0320406d80d2a0169440984500.tar.gz refined-github-118a2b0076983e0320406d80d2a0169440984500.tar.zst refined-github-118a2b0076983e0320406d80d2a0169440984500.zip |
Remove `patch-diff-links`'s font size modification (#4735)
Diffstat (limited to 'source/features/patch-diff-links.tsx')
-rw-r--r-- | source/features/patch-diff-links.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/features/patch-diff-links.tsx b/source/features/patch-diff-links.tsx index 337d034a..2213ac58 100644 --- a/source/features/patch-diff-links.tsx +++ b/source/features/patch-diff-links.tsx @@ -1,4 +1,3 @@ -import './patch-diff-links.css'; import React from 'dom-chef'; import select from 'select-dom'; import * as pageDetect from 'github-url-detection'; |