diff options
| author | MetaCubeX <[email protected]> | 2022-05-29 23:32:25 +0800 |
|---|---|---|
| committer | MetaCubeX <[email protected]> | 2022-05-29 23:32:25 +0800 |
| commit | 4dc818c8dbfac1182888d418399410fd95b07a95 (patch) | |
| tree | 91cf6cffd300dbb628688b4fad76835c545af3b7 /src/components/ConnectionTable.module.scss | |
| parent | 419ea7de65ffb6f6c560adb03f71f04801bebac2 (diff) | |
fix: scroll shake on log page
Diffstat (limited to 'src/components/ConnectionTable.module.scss')
| -rw-r--r-- | src/components/ConnectionTable.module.scss | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/components/ConnectionTable.module.scss b/src/components/ConnectionTable.module.scss index d739d75..a4d53dd 100644 --- a/src/components/ConnectionTable.module.scss +++ b/src/components/ConnectionTable.module.scss @@ -10,7 +10,7 @@ background: var(--color-background); position: sticky; top: 0; - font-size: 0.75em; + font-size: 0.9em; text-align: center; user-select: none; @@ -25,8 +25,11 @@ .td { padding: 8px 13px; - font-size: 0.75em; - + font-size: 0.9em; + cursor:default; + &:hover { + color: var(--color-text-highlight); + } font-family: var(--font-normal); } |
