diff --git a/common/common.css b/common/common.css index 5086fe9..1d1d18a 100644 --- a/common/common.css +++ b/common/common.css @@ -837,7 +837,7 @@ .aside-tools { position: fixed; top: 45%; - right: 0; + right: 20px; z-index: 3; transform: translateY(-50%); } @@ -848,8 +848,7 @@ backdrop-filter: blur(20px); box-shadow: 0 8px 32px rgba(15, 23, 42, 0.6); border: 1px solid rgba(148, 163, 184, 0.15); - border-right: none; - border-radius: 8px 0 0 8px; + border-radius: 8px; overflow: visible; }