How to move the TOC to the left side of the post?

Is there a way to move the TOC to the left side of the post, rather than the default right side?

1 Like

I’ve also been trying to figure this out. It’s nice to be distinctive, but table of contents are almost always on the left side of sites, which makes sense given that we read left to right. Is there a way to do this?

1 Like

How can we keep the table of contents on the left and keep the standard discord scrollbar on the right? I have some difficulty getting to the bottom of a post since the scrollbar has changed.

Here is an example:

2 Likes

Hello AntiMetaman,

You can change the direction with css. Add something like this to desktop css section. It should show the DiscoTOC on the left side.

.d-toc-post .d-toc-article{
    flex-flow: row-reverse;
}
4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.