Skip to content

Commit

Permalink
ui: finetune vertical reader mode character margin again
Browse files Browse the repository at this point in the history
  • Loading branch information
plateaukao committed Dec 8, 2024
1 parent f533a4f commit 55b6760
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/assets/verticalReaderview.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 55b6760

Please sign in to comment.