From 55b6760b60a874724ea64a5d38d76a2f03f04082 Mon Sep 17 00:00:00 2001 From: Daniel Kao Date: Sun, 8 Dec 2024 18:46:05 +0800 Subject: [PATCH] ui: finetune vertical reader mode character margin again --- app/src/main/assets/verticalReaderview.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/assets/verticalReaderview.css b/app/src/main/assets/verticalReaderview.css index 6a635c34..70cea348 100644 --- a/app/src/main/assets/verticalReaderview.css +++ b/app/src/main/assets/verticalReaderview.css @@ -266,10 +266,11 @@ .vertical { display: inline-block; - margin: 0.4em 0.0em !important; + /* need to set a width for the vertical text */ + margin: 0.8em 0.0em !important; letter-spacing: 0.0em; text-indent: 0.1em; - font-size: 0.8em; + font-size: 1.0em; -moz-transform:rotate(-90deg); -webkit-transform:rotate(-90deg); -o-transform:rotate(-90deg);