كيفية نقل جدول المحتويات إلى الجانب الأيسر من المشاركة؟

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 إعجابات