summaryrefslogtreecommitdiff
path: root/src/components/Logs.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Logs.js')
-rw-r--r--src/components/Logs.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/Logs.js b/src/components/Logs.js
index 43f64a9..c781866 100644
--- a/src/components/Logs.js
+++ b/src/components/Logs.js
@@ -74,7 +74,10 @@ export default function Logs() {
<ContentHeader title="Logs" />
<div ref={refLogsContainer} style={{ paddingBottom }}>
{logs.length === 0 ? (
- <div className={s0.logPlaceholder}>
+ <div
+ className={s0.logPlaceholder}
+ style={{ height: containerHeight - paddingBottom }}
+ >
<div className={s0.logPlaceholderIcon}>
<Icon id={yacd.id} width={200} height={200} />
</div>