Explorar o código

💄 style(renderer): adjust mouse recorder panel position

- change panel position from top-right to bottom-right for better visibility
yourname hai 1 mes
pai
achega
eef4528836
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;