diff options
| author | MetaCubeX <[email protected]> | 2022-05-30 23:12:35 +0800 |
|---|---|---|
| committer | MetaCubeX <[email protected]> | 2022-05-30 23:12:35 +0800 |
| commit | 40de556cbe58d379a746636cc01422edbbb00683 (patch) | |
| tree | 4d1e8130bebe184cac1ee317030ea2f2ec4d6eed /src | |
| parent | 4d8266d88e975cc0a79dcd77341abc96d2c06f4c (diff) | |
chore: log style
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Logs.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Logs.tsx b/src/components/Logs.tsx index 481e822..1dd00a8 100644 --- a/src/components/Logs.tsx +++ b/src/components/Logs.tsx @@ -67,7 +67,7 @@ function Logs({ dispatch, logLevel, apiConfig, logs, logStreamingPaused }) { <LogSearch /> <div ref={refLogsContainer}> {logs.length === 0 ? ( - <div className={s.logPlaceholder} style={{ height: containerHeight - paddingBottom }}> + <div className={s.logPlaceholder} style={{ height: containerHeight - paddingBottom*2 }}> <div className={s.logPlaceholderIcon}> <SvgYacd width={200} height={200} /> </div> |
