From 1cef2d2d6a2e2e3ffe7e469dd0a6195ab252eff5 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 16 May 2026 04:44:18 +0200 Subject: [PATCH] fix(calc-02): reorder display buttons in portrait layout --- samples/calc-02/index.html | 4 ++-- samples/calc-02/visual-portrait.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/calc-02/index.html b/samples/calc-02/index.html index 415916b..503d457 100644 --- a/samples/calc-02/index.html +++ b/samples/calc-02/index.html @@ -26,10 +26,10 @@
-
+ - +
diff --git a/samples/calc-02/visual-portrait.md b/samples/calc-02/visual-portrait.md index 62d5546..0c9e345 100644 --- a/samples/calc-02/visual-portrait.md +++ b/samples/calc-02/visual-portrait.md @@ -15,8 +15,8 @@ ``` ┌──────── Display Buttons ────────┐ -| Const | | Up | Mode | -| Paste | Left | Down | Right | +| Const | Paste | Up | Mode | +| | Left | Down | Right | └─────────────────────────────────┘ ```