From de48cdf6465ad62086cd4c927eadd6d3d6af2dd4 Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Mon, 23 Feb 2026 10:15:26 -0500 Subject: [PATCH] tune trackball, kiri css --- src/moto/trackball.js | 4 ++-- web/kiri/index.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/moto/trackball.js b/src/moto/trackball.js index cd464b0f..76dc8a54 100644 --- a/src/moto/trackball.js +++ b/src/moto/trackball.js @@ -10,8 +10,8 @@ const BUTTON = { LEFT: 0, MIDDLE: 1, RIGHT: 2 }; const ACTION = { ROTATE: 0, DOLLY: 1, PAN: 2 }; const EPS = 1e-6; const VOID_ROTATE_SPEED = 36.0; -const VOID_PAN_SPEED_PERSPECTIVE = 1.0; -const VOID_PAN_SPEED_ORTHO = 2.4; +const VOID_PAN_SPEED_PERSPECTIVE = 0.8; +const VOID_PAN_SPEED_ORTHO = 2.0; const VOID_ZOOM_SPEED_PERSPECTIVE_MULT = 1.35; const VOID_ZOOM_SPEED_ORTHO_MULT = 2.2; diff --git a/web/kiri/index.css b/web/kiri/index.css index f3373875..58650a3b 100644 --- a/web/kiri/index.css +++ b/web/kiri/index.css @@ -2332,7 +2332,6 @@ details[open] summary::after { font-size: smaller; } .var-row { - font-size: 13px; white-space: nowrap; align-items: center; gap: 4px; @@ -2358,12 +2357,13 @@ details[open] summary::after { padding-bottom: 1px; padding-top: 1px; border: 0; - border-bottom: 1px solid; + /* border-bottom: 1px solid; */ } .var-row select { border: 0; - border-bottom: 1px solid; + /* border-bottom: 1px solid; */ border-radius: 0; + text-align: right; } .var-row #tool-name { max-width: 15ch;