Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mbnoimi

    (@mbnoimi)

    Some of used CSS to fix RTL in SU:

    .su-spoiler-style-fancy.su-spoiler-closed > .su-spoiler-title,
    .su-spoiler-style-fancy > .su-spoiler-title {
    padding: 7px 34px 7px 7px;
    }

    .su-spoiler-icon {
    right: 7px;
    }

    .su-spoiler-style-default > .su-spoiler-title {
    padding-left: 0 !important;
    padding-right: 27px !important;
    }

    .su-spoiler-style-default > .su-spoiler-content {
    padding: 1em 27px 1em 0 !important;
    }

    BTW, There are some incompatibly in the used icons in SU for example in Spoilers chevron icon uses chevron-circle-right while it should supports chevron-circle-left too.

    Thread Starter mbnoimi

    (@mbnoimi)

    In this webpage you can review the modifications above.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RTL support’ is closed to new replies.