0 votes
by (180 points)
To start off, I am using SugarCube 2.21.0. I've been playing around with the sidebar in order to make it take up a minimal amount of space, so I was wondering if I could make the story title text display inside it vertically. For example, like this:

T
E
X
T

Thanks in advance.

1 Answer

0 votes
by (180 points)

Nevermind. I played around with the code a bit and managed to get it to display exactly how I wanted with this:

#story-title {
  word-break:break-word;
  letter-spacing:1em;
  white-space:pre-wrap
}

 

...