Browse Source

💄 style(renderer): adjust mouse recorder panel position

- change panel position from top-right to bottom-right for better visibility
yourname 1 month ago
parent
commit
eef4528836
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/renderer.tsx

+ 1 - 1
src/server/renderer.tsx

@@ -406,7 +406,7 @@ export const Rooter = () => {
               panel.id = 'mouse-recorder-panel';
               panel.style.cssText = \`
                 position: fixed;
-                top: 10px;
+                bottom: 10px;
                 right: 10px;
                 background: rgba(255, 255, 255, 0.95);
                 border: 1px solid #ccc;