From 842d80e7985bdea399bccda85f6d469655422f66 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Wed, 5 Feb 2025 19:11:26 +0800 Subject: [PATCH] Adjust css --- static/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 51c50575..8f5f3c26 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1025,9 +1025,9 @@ body.modal-open { } .corner-controls { - position: absolute; /* 改为相对于actions定位 */ - top: 50%; - transform: translateY(-50%); - right: 0; + position: fixed; /* 改为固定定位 */ + top: 20px; /* 保持与桌面端一致的顶部间距 */ + right: 20px; /* 保持与桌面端一致的右侧间距 */ + transform: none; /* 移除之前的位移变换 */ } } \ No newline at end of file