From 86617e1048f5afe088167ab47cc0534d884d341b Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 25 Apr 2026 03:13:04 +0200 Subject: [PATCH] feat: make calc enter key label vertical --- samples/calc-01/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/calc-01/index.css b/samples/calc-01/index.css index fc47346..1ad7f8f 100644 --- a/samples/calc-01/index.css +++ b/samples/calc-01/index.css @@ -357,6 +357,9 @@ button:active { .key-enter { background: linear-gradient(180deg, var(--key-enter-top), var(--key-enter-bottom)); grid-row: span 2; + writing-mode: vertical-rl; + text-orientation: upright; + letter-spacing: 0.08em; } .error {