summaryrefslogtreecommitdiff
path: root/src/components/ConnectionTable.module.scss
diff options
context:
space:
mode:
authorMetaCubeX <[email protected]>2022-05-27 03:44:49 +0800
committerMetaCubeX <[email protected]>2022-05-27 03:44:49 +0800
commit8d874071236aa9d8433837e613a23fa50d0174ba (patch)
tree322324a1528fa3272252963ca4c97e82f2fe5f18 /src/components/ConnectionTable.module.scss
parente42aa59ee7a0ca75e76585eb81bd1ac2926c8952 (diff)
chore: dashboard style
Diffstat (limited to 'src/components/ConnectionTable.module.scss')
-rw-r--r--src/components/ConnectionTable.module.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ConnectionTable.module.scss b/src/components/ConnectionTable.module.scss
index a14904f..d739d75 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.8em;
+ font-size: 0.75em;
text-align: center;
user-select: none;
@@ -25,7 +25,7 @@
.td {
padding: 8px 13px;
- font-size: 0.9em;
+ font-size: 0.75em;
font-family: var(--font-normal);
}