RSS Feed/News I want to make changes to the first reply in a thread. How do I specify it?

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,712
Points
823

Reputation:

Such as I want to make the avatar of the first reply smaller.

1700708687933.png In chrome, I just inspect it and then input the size in element.style of the first reply.

Code:

Code:
element.style {
    width: 50px;
    height: 50px;
}

But how can I specify it in extra.less?

Thanks.

Continue reading...
 
Status
Not open for further replies.
Top