Heisenberg submitted a new resource:
You must be registered for see links
- Threads, widgets & posts enlarge on hoverI did not create the code myself but i did change/update the classes to my liking and XF2.
Add this code to your extra.less template.
Code:// Forum, Sub-Forum and What's new .block-body .node--forum, .structItemContainer .structItem--thread, .structItemContainer-group .structItem--thread, .block-container .message-inner { transition: all 0.4s ease-in; &:hover{ transform: scale(1.015); } } // Widgets .block-body .block-row { transition: all 0.4s ease-in...
You must be registered for see links
