summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoradlyq <[email protected]>2022-05-30 22:37:24 +0800
committeradlyq <[email protected]>2022-05-30 22:37:24 +0800
commitfc4df2954e165963075b954efb3bd6ea4b45873a (patch)
treea006029fe26e03e1c41a78681ca21351358bc241 /src
parent405b1ed23c1042b884515af95fb05448504df9bf (diff)
chore: traffic style and log line-height
Diffstat (limited to 'src')
-rw-r--r--src/components/Logs.module.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/Logs.module.scss b/src/components/Logs.module.scss
index 06c47d1..0156e12 100644
--- a/src/components/Logs.module.scss
+++ b/src/components/Logs.module.scss
@@ -1,8 +1,8 @@
.logMeta {
font-size: 0.8em;
- margin-bottom: 15px;
+ margin-bottom: 5px;
display: block;
- line-height: 1.7em;
+ line-height: 2em;
}
.logType {
@@ -23,7 +23,7 @@
flex-shrink: 0;
color: #888;
align-items: center;
- padding: 8px 0;
+ margin: -5px 0;
/* force wrap */
width: 100%;
}