From 0d0e9d4dd9efd3b40a7de5880dd1660116cbf38f Mon Sep 17 00:00:00 2001 From: lieren2023 <131325076+lieren2023@users.noreply.github.com> Date: Sun, 5 May 2024 16:14:35 +0800 Subject: [PATCH] boss.css minor fix --- layout/mode/boss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/mode/boss.css b/layout/mode/boss.css index 8e1a230a2..06e02d81d 100644 --- a/layout/mode/boss.css +++ b/layout/mode/boss.css @@ -2,7 +2,7 @@ width: 100%; height: 260px; text-align: center; - top: calc(50% - 200px); + /* top: calc(50% - 200px); */ top: 60px; white-space: nowrap; z-index: 1;