From 34a0e2d338c4aebb42011862db2e02d1791318ad Mon Sep 17 00:00:00 2001 From: logicog Date: Mon, 22 Dec 2025 23:29:51 +0100 Subject: [PATCH] Right align speed option selection --- html/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/style.css b/html/style.css index 477cca1..b27ad56 100644 --- a/html/style.css +++ b/html/style.css @@ -160,3 +160,5 @@ margin: 30px 0; .tt_table td { text-align: left; } +select { text-align-last: right; font-family: monospace} +option { direction: rtl; font-family: sans-serif}