securedme Well-known member Nov 23, 2023 #1 Such as I want to make the avatar of the first reply smaller. In chrome, I just inspect it and then input the size in element.style of the first reply. Code: element.style { width: 50px; height: 50px; } But how can I specify it in extra.less? Thanks.
Such as I want to make the avatar of the first reply smaller. In chrome, I just inspect it and then input the size in element.style of the first reply. Code: element.style { width: 50px; height: 50px; } But how can I specify it in extra.less? Thanks.