From 5376d23f8bbeecddd72d6e0359061d7a5fef5640 Mon Sep 17 00:00:00 2001 From: muehe Date: Fri, 1 May 2026 15:57:31 +0200 Subject: [PATCH] control: shrink Home All button in DRO header Smaller than the per-axis home buttons so it reads as a header-level shortcut rather than competing visually with each row's action. --- src/stylus/style.styl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/stylus/style.styl b/src/stylus/style.styl index b8a2e25..abdcbba 100644 --- a/src/stylus/style.styl +++ b/src/stylus/style.styl @@ -1410,6 +1410,15 @@ tt.save letter-spacing 0.1em color $muted-2 + // Master Home All sits in the header's Actions cell. Make it + // visually subordinate to the per-axis home buttons in the rows + // below — same family, smaller scale. + .icon-btn + width 44px + height 44px + font-size 0.95rem + border-radius 9px + .control-page .dro-row border-bottom 1px solid $line-soft flex 1