diff options
Diffstat (limited to 'src/components')
| -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> |
