From 9f034f39d419385b27e60cdd233d7644d41cb991 Mon Sep 17 00:00:00 2001 From: sawka Date: Mon, 23 Jan 2023 23:11:34 -0800 Subject: [PATCH] remove loading animation --- src/main.tsx | 4 ++-- src/sh2.less | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main.tsx b/src/main.tsx index 3eea1f88f..5e1663b34 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -494,8 +494,8 @@ class LineCmd extends React.Component<{sw : ScreenWindow, line : LineType, width
-
...
- +
...
+
diff --git a/src/sh2.less b/src/sh2.less index 2dcdcdd39..84ef33573 100644 --- a/src/sh2.less +++ b/src/sh2.less @@ -476,7 +476,8 @@ html, body, #main { .terminal-loading-message { position: absolute; top: calc(40% - 8px); - left: 30px; + left: 50px; + height: 20px; .mono-font(); } }