diff options
| author | MetaCubeX <[email protected]> | 2022-05-30 22:00:38 +0800 |
|---|---|---|
| committer | MetaCubeX <[email protected]> | 2022-05-30 22:00:38 +0800 |
| commit | b0372ffce89f4a9322245c335937c00d13bea036 (patch) | |
| tree | 18b802780ae51c5598e0250db9f33ebdbd49a28b /src/components/Logs.module.scss | |
| parent | 4dc818c8dbfac1182888d418399410fd95b07a95 (diff) | |
chore: Abandon the use of list
Diffstat (limited to 'src/components/Logs.module.scss')
| -rw-r--r-- | src/components/Logs.module.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/Logs.module.scss b/src/components/Logs.module.scss index d8bfce2..aac50f2 100644 --- a/src/components/Logs.module.scss +++ b/src/components/Logs.module.scss @@ -1,5 +1,7 @@ .logMeta { font-size: 0.8em; + margin-bottom: 15px; + display: block; } .logType { @@ -33,6 +35,7 @@ background-color: var(--bg-log-info-card); border-radius: 4px; color: var(--color-text); + overflow-y: auto; :global { .log { |
