securedme Active member Jan 20, 2022 #1 Can I do something like the following? Code: .node-icon when not ( &[data-container-key='node-11'] ) { height: 75px; }
Can I do something like the following? Code: .node-icon when not ( &[data-container-key='node-11'] ) { height: 75px; }
Solution Brogan Jan 20, 2022 If it's for the forum list, something like this would work: Less: .node-icon { height: 75px; } .node--id11 .node-icon { height: 30px; }
If it's for the forum list, something like this would work: Less: .node-icon { height: 75px; } .node--id11 .node-icon { height: 30px; }
Brogan XenForo moderator Staff member Jan 20, 2022 #2 If it's for the forum list, something like this would work: Less: .node-icon { height: 75px; } .node--id11 .node-icon { height: 30px; } Upvote 2 Downvote Solution
If it's for the forum list, something like this would work: Less: .node-icon { height: 75px; } .node--id11 .node-icon { height: 30px; }