From f71abfb250a45f3ef4faec0dfebd79829c6048b0 Mon Sep 17 00:00:00 2001 From: Fabian Meyer <3982806+meyfa@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:49:11 +0200 Subject: [PATCH] fix: Set fixed height for LogDialog The log dialog is now always 90% of the screen height. Before, it would start out as 90% screen height while loading, but if the log text was extremely short, it would then jump to a much smaller height, which does not look good. --- frontend/src/components/LogDialog.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/LogDialog.tsx b/frontend/src/components/LogDialog.tsx index 8615196..08b9df3 100644 --- a/frontend/src/components/LogDialog.tsx +++ b/frontend/src/components/LogDialog.tsx @@ -21,7 +21,7 @@ export const LogDialog: FunctionComponent<{ return (
- +