외부 사이트에서 Discourse 토픽 목록을 임베딩하는 스타일링 및 사용 예시

Sorry for bumping a really old thread but…
I would also like to see some examples of styling the embedded list of topics. Mine looks like the phone version on desktop


how do I make it be full width?
Sorry for newbie question

EDIT:
To answer my own question
TL:DR
the following had to be placed in the page the list is embedded in

<style>
      d-topics-list iframe{
        width: 100%!important;
        }
</style>

looks great on mobile as well!!

I figured this out from this thread