diff options
| author | Haishan <[email protected]> | 2020-06-15 23:17:50 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-06-15 23:17:50 +0800 |
| commit | 0bf2d72d05f285ddcc45179c0a4f64bbc675ad4b (patch) | |
| tree | 487e3a84e353d9a7fdae194868e6c89651f281cb /src/components/Root.css | |
| parent | 98f0753cdcda29a3765cf2c386f9f45a297ddb48 (diff) | |
refactor: use grid for proxy list layout
Diffstat (limited to 'src/components/Root.css')
| -rw-r--r-- | src/components/Root.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/Root.css b/src/components/Root.css index 8a2e828..a31b88b 100644 --- a/src/components/Root.css +++ b/src/components/Root.css @@ -97,6 +97,9 @@ body { Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + -webkit-text-size-adjust: 100%; + -webkit-font-smoothing: antialiased; margin: 0; padding: 0; } |
