summaryrefslogtreecommitdiff
path: root/src/components/Logs.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2021-05-31 21:50:46 +0800
committerHaishan <[email protected]>2021-05-31 22:03:53 +0800
commitfcab7cad4f4cc65a7f30427be35c12a909633e2e (patch)
treef677ca7eb8b05837426b6477e943e50608123215 /src/components/Logs.module.css
parentd4015f64237b2b429a04af0ebe82fdf883b45b01 (diff)
Minor log style tweak
Diffstat (limited to 'src/components/Logs.module.css')
-rw-r--r--src/components/Logs.module.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/Logs.module.css b/src/components/Logs.module.css
index 5113afc..508e9c6 100644
--- a/src/components/Logs.module.css
+++ b/src/components/Logs.module.css
@@ -3,7 +3,6 @@
align-items: center;
flex-wrap: wrap;
font-size: 0.9em;
- padding: 10px;
}
.logType {
@@ -11,8 +10,7 @@
flex-shrink: 0;
text-align: center;
width: 66px;
- background: green;
- border-radius: 5px;
+ border-radius: 100px;
padding: 3px 5px;
margin: 0 8px;
}